-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
59 lines (59 loc) · 1.83 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "bfx-util-net-js",
"version": "0.0.1",
"private": true,
"description": "Bitfinex Service",
"author": "Robert Kowalski <[email protected]>",
"scripts": {
"test": "npm run lint && npm run unit",
"unit": "mocha",
"format": "standard --fix",
"lint": "standard",
"update-geo-data": "./update-geo-db.sh",
"update-asn-data": "./update-asn-db.sh"
},
"dependencies": {
"async": "^3.2.1",
"bfx-facs-api": "git+https://github.com/bitfinexcom/bfx-facs-api.git",
"bfx-facs-base": "git+https://github.com/bitfinexcom/bfx-facs-base.git",
"bfx-facs-grc": "git+https://github.com/bitfinexcom/bfx-facs-grc.git",
"bfx-facs-interval": "https://github.com/bitfinexcom/bfx-facs-interval.git",
"bfx-facs-lru": "git+https://github.com/bitfinexcom/bfx-facs-lru.git",
"bfx-svc-boot-js": "https://github.com/bitfinexcom/bfx-svc-boot-js.git",
"bfx-svc-test-helper": "https://github.com/bitfinexcom/bfx-svc-test-helper.git",
"bfx-wrk-api": "git+https://github.com/bitfinexcom/bfx-wrk-api.git",
"bfx-wrk-base": "git+https://github.com/bitfinexcom/bfx-wrk-base.git",
"colors": "1.4.0",
"geoip-lite": "1.4.6",
"grenache-nodejs-http": "^0.7.12",
"grenache-nodejs-link": "^0.7.12",
"https-proxy-agent": "5.0.0",
"iconv-lite": "0.6.3",
"ip-address": "8.1.0",
"lazy": "1.0.11",
"lodash": "^4.17.21",
"maxmind": "2.12.0",
"rimraf": "3.0.2",
"yargs": "^17.2.1",
"yauzl": "2.10.0"
},
"devDependencies": {
"grenache-grape": "^0.9.9",
"mocha": "^9.1.3",
"standard": "^16.0.4"
},
"engine": {
"node": ">=8.0"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/bitfinexcom/bfx-util-net-js.git"
},
"maintainers": [
{
"name": "prdn",
"email": "[email protected]"
}
]
}