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