-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.01 KB
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
{
"name": "resilient-api-gateway",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon",
"build": "tsc",
"start": "node dist/gateway/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theRohitGupta/resilient-api-gateway.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/theRohitGupta/resilient-api-gateway/issues"
},
"homepage": "https://github.com/theRohitGupta/resilient-api-gateway#readme",
"dependencies": {
"axios": "^1.15.2",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"http-proxy": "^1.18.1",
"ioredis": "^5.10.1",
"kafkajs": "^2.2.4",
"opossum": "^9.0.0",
"pg": "^8.20.0",
"uuid": "^14.0.0"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/http-proxy": "^1.17.17",
"@types/node": "^25.6.0",
"@types/opossum": "^8.1.9",
"nodemon": "^3.1.14",
"ts-node": "^10.9.2",
"typescript": "^6.0.3"
}
}