-
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) · 927 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 927 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": "mrs-api-gateway",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server",
"start": "node server"
},
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^8.1.3",
"amqplib": "^0.10.4",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-rate-limit": "^7.4.0",
"http-errors": "^2.0.0",
"jsonwebtoken": "^9.0.2",
"jspdf": "^2.5.1",
"mongodb": "^6.8.0",
"mongoose": "^8.5.2",
"nodemailer": "^6.9.14",
"pdfkit": "^0.15.0",
"pg": "^8.12.0",
"redis": "^4.7.0",
"twilio": "^5.2.2",
"uuid": "^10.0.0",
"winston": "^3.13.1"
},
"devDependencies": {
"eslint": "^9.8.0",
"nodemon": "^3.1.4"
}
}