-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.1 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "recommender_system",
"version": "1.0.0",
"description": "Recommender System",
"main": "server.js",
"scripts": {
"start": "nodemon index.js",
"dev": "node --watch index.js"
},
"keywords": [
"node.js",
"express",
"jwt",
"login",
"registration",
"authentication",
"authorization",
"mongodb",
"mongoose"
],
"author": "nghiaquach",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.481.0",
"@aws-sdk/lib-storage": "^3.481.0",
"aws-sdk": "^2.1531.0",
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"dotenv": "^16.3.2",
"ejs": "^3.1.10",
"express": "^4.18.2",
"formidable": "^3.5.1",
"fs": "^0.0.1-security",
"google-auth-library": "^9.4.1",
"html-template-tag": "^4.0.1",
"ioredis": "^5.3.2",
"ipware": "^2.0.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.11.2",
"nodemon": "^3.0.2",
"redis": "^4.6.12",
"request-ip": "^3.3.0",
"socket.io": "^4.7.4"
}
}