-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 903 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": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines":{
"node":"20.x"
},
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-mediaconvert": "^3.540.0",
"@aws-sdk/client-s3": "^3.540.0",
"@aws-sdk/cloudfront-signer": "^3.541.0",
"@aws-sdk/s3-presigned-post": "^3.540.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"express-validator": "^7.0.1",
"mongoose": "^8.2.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-pre-gyp": "^0.17.0",
"nodemailer": "^6.9.13",
"passport": "^0.7.0",
"razorpay": "^2.9.2",
"twilio": "^5.0.1"
},
"devDependencies": {
"nodemon": "^3.1.0",
"xlsx-populate": "^1.21.0"
}
}