-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (40 loc) · 895 Bytes
/
package.json
File metadata and controls
41 lines (40 loc) · 895 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
{
"name": "ed-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@azure/identity": "^4.7.0",
"@google/generative-ai": "^0.21.0",
"@types/node": "^22.12.0",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"firebase-admin": "^13.0.2",
"fs-extra": "^11.3.0",
"glob": "^11.0.1",
"helmet": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.7.3",
"morgan": "^1.10.0",
"openai": "^4.86.2",
"p-timeout": "^6.1.4",
"winston": "^3.15.0"
},
"devDependencies": {
"jest": "^29.7.0",
"nodemon": "^3.1.7",
"supertest": "^7.0.0"
}
}