{ "name": "nodejsblog", "version": "0.0.0", "private": true, "scripts": { "start": "node-dev ./bin/www", "build": "pm2 start ./bin/www --name hygw --watch" }, "dependencies": { "cookie-parser": "~1.4.4", "debug": "~2.6.9", "express": "~4.16.1", "http-errors": "~1.6.3", "md5-node": "^1.0.1", "morgan": "~1.9.1", "mysql": "^2.17.1", "pug": "2.0.0-beta11" } }