Add package.json
See original GitHub issueIs your feature request related to a problem? Please describe. No
Describe the solution you’d like
package.json files allows us to donwload this repo using NPM
running npm init
will promp you some questions to generate this file
Additional context You can take a step further and add it to https://www.npmjs.com/
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Creating a package.json file
To create a default package.json using information extracted from the current directory, use the npm init command with the --yes or -y flag....
Read more >Create a package.json File
The easiest way to create a package.json file is to run npm init to generate one for you. It will ask you to...
Read more >How to create a package.json file?
Create a package.json · Enter the root folder of your project · Run npm init · Fill out the prompts to create your...
Read more >Is there a way to automatically build the package.json file ...
The package.json file is used by npm to learn about your node.js project. Use npm init to generate package.json files for you! ......
Read more >Create a package.json File - YouTube
See the written version of this tutorial, links to prerequisites, and related tutorials: ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Done, I’ve added you as the owner
Sorry for publishing your package, I needed to include it in one of my projects and didn’t wanna bother you…