DEV Community

TK
TK

Posted on

Comments in package.json

You can do this

{
  "//": "a comment",
  "//": "another comment"
}
Enter fullscreen mode Exit fullscreen mode

Reference: https://github.com/npm/npm/issues/4482

Top comments (0)