|
"dependencies": { |
|
"babel-cli": "^6.26.0", |
|
"babel-plugin-transform-class-properties": "^6.24.1", |
|
"babel-plugin-transform-object-rest-spread": "^6.26.0", |
|
"babel-preset-env": "^1.6.1", |
|
"body-parser": "^1.18.2", |
|
"rimraf": "^2.6.2" |
|
}, |
None of this dependencies are actually required for the module to function but including them in dependencies instead of devDependencies means they'll get installed - extraneously - alongside your module and potentially trigger security warning such as #1 .