npm8中文文档
{ "scripts": { "stop": "node bar.js" } }
npm stop > npm@x.x.x stop > node bar.js (bar.js output would be here)