-
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) · 865 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 865 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": "expense_tracker",
"version": "1.0.0",
"description": "",
"main": "server.js",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js",
"start": "node server.js"
},
"keywords": [
"expense-tracker",
"rabbitmq",
"redis",
"mongodb",
"nodejs"
],
"author": "",
"license": "ISC",
"dependencies": {
"amqplib": "^0.10.9",
"bcrypt": "^6.0.0",
"bcryptjs": "^3.0.3",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"express-rate-limit": "^8.2.1",
"jsonwebtoken": "^9.0.3",
"mongoose": "^9.1.2",
"multer": "^2.0.2",
"nodemailer": "^7.0.12",
"pg": "^8.16.3",
"rate-limit-redis": "^4.3.1",
"redis": "^5.10.0",
"twilio": "^5.11.2",
"uuid": "^13.0.0",
"xlsx": "^0.18.5"
}
}