-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 972 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 972 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
{
"dependencies": {
"axios": "^1.2.3",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"chalk": "^5.2.0",
"convert-csv-to-array": "^1.0.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"csv-parser": "^3.0.0",
"csvtojson": "^2.0.10",
"ejs": "^3.1.8",
"exceljs": "^4.3.0",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-session": "^1.17.3",
"formidable": "^2.1.1",
"json-parser": "^3.1.2",
"jsonwebtoken": "^9.0.0",
"mongodb": "^4.13.0",
"mongoose": "^6.8.1",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"net": "^1.0.2",
"node-fetch": "^3.3.0",
"nodemailer": "^6.8.0",
"nodemon": "^2.0.20",
"path": "^0.12.7",
"pretty-print-json": "^1.4.0",
"sendotp": "^1.2.9",
"socket-io": "^1.0.0",
"socket.io": "^4.5.4",
"twilio": "^3.84.1",
"upper-case": "^2.0.2",
"url": "^0.11.0",
"wbm": "^1.1.16",
"whatsapp-api-js": "^0.8.1"
}
}