-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 733 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 733 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
{
"name": "global-load-balancer",
"version": "1.0.0",
"main": "src/load-balancer.js",
"type": "module",
"scripts": {
"start": "node src/load-balancer.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "Global load balancer with multi-region support",
"dependencies": {
"better-queue": "^3.8.12",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-rate-limit": "^7.3.1",
"fs": "^0.0.1-security",
"http-proxy": "^1.18.1",
"https": "^1.0.0",
"node-cache": "^5.1.2",
"node-fetch": "^3.3.2",
"opossum": "^8.1.4",
"prom-client": "^15.1.3",
"ws": "^8.18.0"
}
}