-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 948 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"server": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"accesscontrol": "^2.2.1",
"await-to-js": "^2.1.1",
"bcryptjs": "^2.4.3",
"cookie-encrypter": "^1.0.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.6.0",
"express": "^4.17.1",
"express-mongo-sanitize": "^2.1.0",
"express-validator": "^6.11.1",
"helmet": "^3.23.3",
"jsontoxml": "^1.0.1",
"jsonwebtoken": "^8.5.1",
"languagedetect": "^2.0.0",
"mongoose": "^5.12.13",
"multer": "^1.4.2",
"nanoid": "^3.1.23",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"sentiment": "^5.0.2",
"swagger-ui-express": "^4.1.6",
"normalize-url": ">=4.5.1"
}
}