27 lines
619 B
JSON
27 lines
619 B
JSON
{
|
|
"name": "autocat",
|
|
"version": "1.0.0",
|
|
"description": "AutoCat app backend",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"server": "node --async-stack-traces 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.2",
|
|
"node-fetch": "^2.6.0",
|
|
"pubnub": "^4.27.3",
|
|
"uuid": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.3",
|
|
"eslint": "^6.8.0"
|
|
}
|
|
}
|