{ "name": "shop-backend", "version": "0.0.0", "private": true, "scripts": { "dev": "npm run start", "start": "node-dev ./bin/www ", "doc": "apidoc -i routes/ -o doc/", "build": "pm2 start ./bin/www --watch --name shop -i max" }, "dependencies": { "cookie-parser": "~1.4.4", "debug": "~2.6.9", "express": "~4.16.1", "http-errors": "~1.6.3", "jsonwebtoken": "^8.5.1", "md5": "^2.2.1", "morgan": "~1.9.1", "mysql2": "^3.12.0", "node-rsa": "^1.0.7", "pug": "2.0.0-beta11" } }