Run a script. More information: https://docs.npmjs.com/cli/commands/npm-run-script.
npm run {{script_name}}
npm run {{script_name}} -- {{argument}} {{--option}}
start
npm start
stop
npm stop
restart
npm restart
test
npm test