-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 978 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 978 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
40
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"nodemailer": "^6.9.1",
"nodemon": "^2.0.20",
"sequelize-cli": "^6.6.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.306.0",
"@aws-sdk/s3-request-presigner": "^3.306.0",
"aws-sdk": "^2.1348.0",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"country-state-city": "^3.1.4",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"instamojo-nodejs": "^0.0.5",
"jsonwebtoken": "^9.0.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.1.2",
"node-cron": "^3.0.2",
"path": "^0.12.7",
"razorpay": "^2.9.1",
"sequelize": "^6.28.0",
"socket.io": "^4.6.2",
"stripe": "^12.12.0"
}
}