-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 800 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
{
"name": "nodejs_ecommerce",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docker:up": "docker-compose up -d",
"docker:down": "docker-compose down",
"docker:restart": "docker-compose restart"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"amqplib": "^1.0.3",
"bcrypt": "^5.1.1",
"compression": "^1.8.0",
"crypto": "^1.0.1",
"discord.js": "^14.26.2",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"kafkajs": "^2.2.4",
"lodash": "^4.17.21",
"mongoose": "^8.13.2",
"redis": "^5.11.0",
"slugify": "^1.6.6"
},
"devDependencies": {
"dotenv": "^16.5.0",
"helmet": "^8.1.0",
"morgan": "^1.10.0"
}
}