-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 957 Bytes
/
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
{
"name": "ipc-rabbit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compose": "HOST_IP_ADDR=$(node scripts/get-host-ip.js) docker compose up -d --build",
"debug": "ts-node -r tsconfig-paths/register"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"amqplib": "^0.10.3",
"axios": "^1.3.3",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"ip": "^1.1.8",
"pg": "^8.9.0",
"rascal": "^16.3.0",
"reflect-metadata": "^0.1.13",
"tcp-port-used": "^1.0.2",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.1.2",
"typeorm": "^0.3.11",
"typescript": "^4.9.5"
},
"devDependencies": {
"@types/amqplib": "^0.10.1",
"@types/axios": "^0.14.0",
"@types/express": "^4.17.17",
"@types/ip": "^1.1.0",
"@types/node": "^18.11.18",
"@types/rascal": "^10.0.6",
"@types/tcp-port-used": "^1.0.1"
}
}