-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 906 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
{
"name": "saarthi-camps",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon api/index.js",
"start": "node api/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"agora-access-token": "^2.0.4",
"bcrypt": "^5.1.1",
"bullmq": "^5.1.1",
"cloudinary": "^1.41.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-fileupload": "^1.4.2",
"jsonwebtoken": "^9.0.2",
"kafkajs": "^2.2.4",
"mongoose": "^7.6.3",
"morgan": "^1.10.0",
"nodemailer": "^6.9.7",
"prom-client": "^15.1.0",
"response-time": "^2.3.2",
"validator": "^13.11.0",
"winston": "^3.11.0",
"winston-loki": "^6.0.8"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}