forked from WoltLab/node-haproxy-peers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 784 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
{
"name": "@woltlab/haproxy-peers",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "WoltLab GmbH",
"license": "LGPL-3.0-or-later",
"private": true,
"devDependencies": {
"@types/backo2": "^1.0.1",
"@types/debug": "^4.1.7",
"@types/node": "^17.0.5",
"@types/tap": "^15.0.5",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
"source-map-support": "^0.5.21",
"tap": "^15.1.6",
"typescript": "^4.5.4"
},
"dependencies": {
"backo2": "^1.0.2",
"debug": "^4.3.3",
"inet_xtoy": "^1.2.1"
}
}