Create a package.json file
References
- npm-init - npm docs
man npm-init
npm init [--yes|-y|--scope]
npm init <@scope> (same as `npm exec <@scope>/create`)
npm init [<@scope>/]<name> (same as `npm exec [<@scope>/]create-<name>`)
npm init [-w <dir>] [args...]
npm init <initializer>
can be used to set up a new or existing npm package.
……
todo oneday