-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1007 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
39
40
{
"name": "academymanager_be",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node ./src/app.js",
"dev": "nodemon ./src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.670.0",
"@google/generative-ai": "^0.21.0",
"@prisma/client": "^5.16.2",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"http-status-codes": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^5.9.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"nodemailer": "^6.9.14",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"prisma": "^5.16.2",
"socket.io": "^4.8.0"
},
"devDependencies": {
"nodemon": "^3.1.4",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
}
}