-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1009 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1009 Bytes
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
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google/generative-ai": "^0.21.0",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"body-parse": "^0.1.0",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"exceljs": "^4.4.0",
"express": "^4.21.1",
"express-session": "^1.18.0",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.5.1",
"mysql": "^2.18.1",
"mysql2": "^3.11.4",
"nodemailer": "^6.9.16",
"nodemon": "^3.0.3",
"openai": "^4.73.0",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"path": "^0.12.7",
"pdfkit": "^0.15.1",
"sequelize": "^6.37.5",
"sequelize-cli": "^6.6.2",
"xlsx": "^0.18.5"
}
}