"scripts": { "grunt": "grunt", "server": "node server.js" } ... # here's how to pass the params to those scripts: npm run grunt -- task:target // invokes `grunt task:target` npm run server -- --port=1337 // invokes `node server.js --port=1337`