app2-api/package.json
2019-04-15 17:58:58 +02:00

53 lines
1.3 KiB
JSON

{
"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",
"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",
"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",
"path": "^0.12.7",
"pino": "^4.7.1",
"response-time": "^2.3.2",
"sequelize": "^5.3.5",
"vm": "^0.1.0",
"winston": "^3.2.1"
}
}