28 lines
600 B
JSON
Executable file
28 lines
600 B
JSON
Executable file
{
|
|
"name": "brainlet",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"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",
|
|
"mongoose": "^6.0.4",
|
|
"uuid": "^8.3.1",
|
|
"ws": "^8.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.21.0"
|
|
}
|
|
}
|