AutoCatBackend/package.json
Selim Mustafaev b8b8b13b06 OSAGO check
2020-11-29 10:19:16 +03:00

31 lines
748 B
JSON

{
"name": "autocat",
"version": "1.0.0",
"description": "AutoCat app backend",
"main": "index.js",
"scripts": {
"server": "node --async-stack-traces --trace-warnings index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Selim Mustafaev",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"compress": "^0.99.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-bearer-token": "^2.4.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.1",
"node-fetch": "^2.6.1",
"node-html-parser": "^2.0.0",
"pubnub": "^4.29.6",
"uuid": "^8.3.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.8.1"
}
}