Private npm registry and web for Enterprise, base on MySQL and Simple Store Service.
print "test"
What I am trying to do is when I do npm install for my app itself I need to check unused dependencies in package.json.
Is there any way to include depcheck-es6 package https://www.npmjs.com/package/depcheck-es6 during npm install itself, so that I don't need to install it seprately see unused dependencies like this
D:\todomvc>.\node_modules.bin\depcheck Unused Dependencies
classnames react-redux Unused devDependencies
babel-core babel-loader jsdom node-libs-browser raw-loader react-hot-loader style-loader todomvc-app-css
Thanks,