-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1002 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": "eventifyxbackend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PARASnagpal99/EventifyX.git"
},
"author": "Paras Nagpal",
"license": "ISC",
"bugs": {
"url": "https://github.com/PARASnagpal99/EventifyX/issues"
},
"homepage": "https://github.com/PARASnagpal99/EventifyX#readme",
"dependencies": {
"@aws-sdk/client-s3": "^3.540.0",
"@aws-sdk/s3-request-presigner": "^3.540.0",
"axios": "^1.6.5",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.2",
"moment-timezone": "^0.5.45",
"mongoose": "^8.1.0",
"morgan": "^1.10.0",
"nodemailer": "^6.9.8",
"uuid": "^9.0.1"
}
}