-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "eventual-ppe-managment",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"webapi": "nodemon --watch \"src/\" --exec \"ts-node src/web/webapi/app.ts\" -e ts",
"warehouseService": "nodemon --watch \"src/\" --exec \"ts-node src/services/warehouse/warehouseServer.ts\" -e ts"
},
"author": "Alex Alves Silva",
"license": "ISC",
"dependencies": {
"@types/express": "^4.17.17",
"@types/jest": "^29.5.0",
"@types/supertest": "^2.0.12",
"@types/swagger-ui-express": "^4.1.3",
"@types/uuid": "^9.0.1",
"config": "^3.3.9",
"express": "^4.18.2",
"jest": "^29.5.0",
"nodemon": "^2.0.21",
"rascal": "^16.3.0",
"supertest": "^6.3.3",
"swagger-ui-express": "^5.0.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/amqplib": "^0.10.4",
"amqplib": "^0.10.3",
"concurrently": "^8.2.0",
"mongodb": "^6.3.0",
"mysql2": "^3.6.5"
}
}