This is my package.json for the module that I\'m including in the parent project:
package.json
{ \"version\": \"0.0.1\", \"name\": \"module-name\", \"d
Also check that your package name is correctly accepted:
{ "name":"My Awesome Package" }
{ "name": "my-awesome-package-name" }