AutoCatBackend/package.json
2020-06-01 12:14:21 +03:00

27 lines
636 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",
"express": "^4.17.1",
"express-bearer-token": "^2.4.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.5.7",
"node-fetch": "^2.6.0",
"pubnub": "^4.27.6",
"uuid": "^3.4.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0"
}
}