-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.26 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.26 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
44
45
46
47
48
49
50
51
{
"name": "lms-backend",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "nodemon server.js",
"start": "node server.js",
"test": "vitest --run --reporter verbose",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"keywords": [],
"author": "Dev Dad",
"license": "ISC",
"description": "",
"dependencies": {
"@bull-board/api": "^6.14.0",
"@bull-board/express": "^6.14.0",
"bcryptjs": "^2.4.3",
"bullmq": "^5.63.0",
"cloudinary": "^2.0.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^5.1.0",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^7.1.5",
"express-validator": "^7.0.1",
"google-auth-library": "^10.3.0",
"helmet": "^7.1.0",
"hpp": "^0.2.3",
"ioredis": "^5.8.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.1.1",
"morgan": "^1.10.0",
"multer": "2.0.2",
"nodemon": "^3.0.3",
"razorpay": "^2.9.2",
"streamifier": "^0.1.1",
"stripe": "^14.14.0",
"uuid": "^13.0.0",
"vitest": "^3.2.4",
"xss-clean": "^0.1.4"
},
"devDependencies": {
"@vitest/coverage-v8": "^3.2.4",
"mongodb-memory-server": "^10.2.3",
"supertest": "^7.1.4"
}
}