-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.14 KB
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
{
"name": "centralized-lms-backend",
"version": "1.0.0",
"main": "server.js",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env NODE_ENV=development nodemon src/server.js",
"start": "cross-env NODE_ENV=production node src/server.js",
"generateDoc": "node src/docs/swagger.js"
},
"keywords": [],
"author": "Saurabh (Hexbytes)",
"company": "Hexbytes",
"license": "ISC",
"dependencies": {
"bcryptjs": "^3.0.3",
"cors": "^2.8.6",
"cross-env": "^10.1.0",
"dayjs": "^1.11.19",
"dotenv": "^17.2.4",
"exceljs": "^4.4.0",
"express": "^5.2.1",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^8.2.1",
"helmet": "^8.1.0",
"hpp": "^0.2.3",
"ioredis": "^5.9.2",
"jsonwebtoken": "^9.0.3",
"mongoose": "^9.2.0",
"node-cron": "^4.2.1",
"nodemailer": "^8.0.1",
"nodemon": "^3.1.11",
"rate-limit-redis": "^4.3.1",
"razorpay": "^2.9.6",
"slugify": "^1.6.6",
"socket.io": "^4.8.3",
"swagger-autogen": "^2.23.7",
"swagger-ui-express": "^5.0.1",
"xss": "^1.0.15",
"zod": "^4.3.6"
}
}