-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.05 KB
/
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
40
41
42
43
44
45
46
47
48
49
{
"name": "ecom",
"version": "1.0.0",
"description": "",
"main": "api/app.js",
"scripts": {
"dev": "nodemon api/app.js",
"start": "node api/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node.js",
"express.js",
"RabbitMQ",
"Docker",
"Prisma",
"MySQL",
"API",
"ecommerce",
"Git"
],
"author": "Willy N. Santos",
"license": "MIT",
"dependencies": {
"@prisma/client": "^5.13.0",
"amqplib": "^0.10.4",
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"casual": "^1.6.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"email-validator": "^2.0.4",
"express": "^4.19.2",
"fs": "^0.0.1-security",
"http-status-codes": "^2.3.0",
"moment": "^2.30.1",
"prisma": "^5.13.0",
"random-words": "^2.0.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.21",
"@types/nodemon": "^1.19.6",
"babel-loader": "^9.1.3",
"nodemon": "^3.1.0"
}
}