I\'ve got a simple package.json file and I want to add a comment. Is there a way to do this, or are there any hacks to make this work?
I do something that's some of you might like:
This // inside of the name means it's a comment for me:
"//":"Main and typings are used till ES5", "//main": "build/index", "//typings": "build/index",