64 lines
1.6 KiB
JSON
64 lines
1.6 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 'api2' -i 1",
|
|
"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": {
|
|
"apicache": "^1.4.0",
|
|
"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",
|
|
"firebase-admin": "^8.1.0",
|
|
"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",
|
|
"mysql": "^2.17.1",
|
|
"mysql2": "^1.6.5",
|
|
"node-fetch": "^2.3.0",
|
|
"os": "^0.1.1",
|
|
"passport": "^0.4.0",
|
|
"passport-custom": "^1.0.5",
|
|
"passport-local": "^1.0.0",
|
|
"path": "^0.12.7",
|
|
"pino": "^4.7.1",
|
|
"qrcode": "^1.4.1",
|
|
"rand-token": "^0.4.0",
|
|
"redis": "^2.8.0",
|
|
"response-time": "^2.3.2",
|
|
"sequelize": "^5.6.1",
|
|
"vimeo": "^2.1.1",
|
|
"vm": "^0.1.0",
|
|
"winston": "^3.2.1"
|
|
}
|
|
}
|