2020-10-05 20:36:03 +03:00
|
|
|
{
|
|
|
|
"name": "dictionar",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"bcrypt": "^5.0.0",
|
|
|
|
"cookie-parser": "^1.4.5",
|
|
|
|
"cors": "^2.8.5",
|
|
|
|
"express": "^4.17.1",
|
|
|
|
"express-rate-limit": "^5.1.3",
|
|
|
|
"express-validator": "^6.6.1",
|
|
|
|
"jsonwebtoken": "^8.5.1",
|
2020-11-16 21:16:25 +02:00
|
|
|
"mongoose": "^5.10.0",
|
2020-11-17 15:27:23 +02:00
|
|
|
"socket.io": "^3.0.1",
|
|
|
|
"uuid": "^8.3.1"
|
2020-10-05 20:36:03 +03:00
|
|
|
}
|
|
|
|
}
|