-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 795 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 795 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
{
"name": "student-management-backend",
"version": "1.0.0",
"description": "Student Task & Attendance Manager Backend",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google/genai": "^1.44.0",
"@google/generative-ai": "^0.24.1",
"axios": "^1.13.6",
"bcryptjs": "^3.0.3",
"cheerio": "^1.2.0",
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"express-mongo-sanitize": "^2.2.0",
"express-validator": "^7.3.1",
"jsonwebtoken": "^9.0.3",
"mongoose": "^9.2.4",
"multer": "^2.1.1",
"nodemailer": "^8.0.1",
"nodemon": "^3.1.14"
},
"devDependencies": {
"concurrently": "^9.2.1"
}
}