{
"name": "multi-process-nodejs-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node .",
"start:prod": "NODE_ENV=production npm start",
"start:dev": "NODE_ENV=development nodemon .",
"test-web": "NODE_ENV=test PROCESS_TYPE=web mocha --require co-mocha test/setup.js 'web/**/*.spec.js'",
"test": "npm run test-web",
"lint": "eslint ."
},
"author": "Andras Toth