30 lines
714 B
JSON
30 lines
714 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",
|
|
"pubnub": "^4.29.6",
|
|
"uuid": "^8.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.8.1"
|
|
}
|
|
}
|