Run arbitrary package scripts
npm run-script <script> <name>
This runs an arbitrary command from a package's "scripts" object.
It is used by the test, start, restart, and stop commands, but can be called directly, as well.
npm-run-script — npm@1.3.25