InitOptions
Auto-fill empty fields of the package.json. (Same as npm init -y)
npm init -y
Install initial dependencies in package.json after initializing package.
Overwrite the existing package.json.
Generated using TypeDoc
InitOptions