npm
List dependencies of current project
npm list
List dependencies of current project (including indirect dependencies)
npm list -a
Run command in all (sub-) workspaces
npm run lint -ws
Rebuild packages for NW.js
npm rebuild --runtime=node-webkit --target_arch=x64 --target=0.43.6