dependencies key if we run the command with --production flagnpm install --production
NPM installs all modules listed inside dependencies and devDependencies npm installdependencies but they will get put in their own object called devDependencies npm install --save-dev gulp gulp-sassnpm install moment gulptrue from NPM version 5.*dependencies key inside package.json filenpm install--save default as false npm config set save=false / npm set save=false--save flag as default (from npm version 5.* --save is default)npm install moment
After installing the package, the following will be added to pckage.json file"dependencies": {
"moment": "^2.27.0"
}ISC)npm config delete init-licensenpm config delete init-author-name