-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·44 lines (44 loc) · 1.02 KB
/
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
40
41
42
43
44
{
"name": "hoppedin-apis",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js"
},
"author": "Anshu Dagar",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.6.2",
"async": "^3.2.0",
"axios": "^1.1.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bunyan": "^1.8.15",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"cryptr": "^6.0.2",
"elasticsearch": "^16.7.2",
"express": "^4.17.1",
"express-fileupload": "^1.3.1",
"express-session": "^1.17.1",
"fs": "0.0.1-security",
"js-base64": "^3.6.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"multer": "^1.4.2",
"mysql2": "^2.2.5",
"nanoid": "^3.1.20",
"nodemailer": "^6.7.3",
"nodemon": "^2.0.7",
"path": "^0.12.7",
"rand-token": "^1.0.1",
"razorpay": "^2.8.1",
"redis": "^3.0.2",
"sequelize": "^6.5.1",
"string-format": "^2.0.0",
"uuid": "^8.3.2"
}
}