-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 859 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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"engines": {
"node": "16.x"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-async-handler": "^1.2.0",
"hi-base32": "^0.5.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^5.12.14",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"node-cron": "^3.0.0",
"nodemailer": "^6.7.4",
"nodemon": "^2.0.7",
"otpauth": "^9.2.1",
"razorpay": "^2.8.1",
"shortid": "^2.2.16",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.4.0"
}
}