{ "name": "lqdvi-api2", "version": "1.0.0", "description": "", "author": "Rodax Software", "license": "ISC", "main": "server.js", "scripts": { "start": "NODE_ENV=development nodemon server.js", "start:prod": "NODE_ENV=production pm2 start server.js -n 'api' -i 0", "lint": "eslint **/*.js --quiet", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@wopr.rodax-software.com:lqdvi/app2-api.git" }, "devDependencies": { "eslint": "^4.3.0", "nodemon": "^1.18.9" }, "dependencies": { "args-list": "^0.3.3", "async": "^2.6.2", "bcrypt": "^3.0.6", "body-parser": "^1.18.3", "buffer": "^5.2.1", "cheerio": "^1.0.0-rc.3", "compression": "^1.7.4", "cors": "^2.8.5", "crypto": "^1.0.1", "express": "^4.16.4", "express-validation": "^1.0.2", "fs": "^0.0.1-security", "fs-extra": "^7.0.1", "helmet": "^3.16.0", "http": "^0.0.0", "http-status": "^1.3.2", "joi": "^14.3.1", "lodash": "^4.17.11", "method-override": "^3.0.0", "moment": "^2.24.0", "node-fetch": "^2.3.0", "os": "^0.1.1", "passport": "^0.4.0", "passport-jwt": "^4.0.0", "passport-local": "^1.0.0", "path": "^0.12.7", "pino": "^4.7.1", "response-time": "^2.3.2", "sequelize": "^5.3.5", "sequelize-handlers": "^1.0.7", "vm": "^0.1.0", "winston": "^3.2.1" } }