-1
If Voce wants to create a file package.json
, Voce must execute the command:
npm init -yes
This will create a standard package.json.
If you want it is possible to use iterative mode, to generate according to some questions that are asked via command line.
To do this just use the command:
npm init
If you want to know more about how to create a file package.json
and other usage options, you can access documentation.