forked from tetherto/tether-wrk-base
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.35 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.35 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
43
44
45
46
47
48
49
{
"name": "tether-wrk-base",
"version": "0.1.0",
"description": "Tether Worker",
"scripts": {
"lint": "standard",
"lint:fix": "standard --fix",
"test": "brittle tests/{,**/}*.test.js",
"test:coverage": "brittle --coverage tests/{,**/}*.test.js",
"posttest": "npm run lint"
},
"author": {
"name": "prdn",
"email": "paolo@bitfinex.com"
},
"maintainers": [
{
"name": "prdn",
"email": "paolo@bitfinex.com"
}
],
"keywords": [
"tether",
"worker"
],
"license": "Apache-2.0",
"dependencies": {
"async": "3.2.6",
"bfx-svc-boot-js": "git+https://github.com/bitfinexcom/bfx-svc-boot-js.git",
"bfx-wrk-base": "git+https://github.com/bitfinexcom/bfx-wrk-base.git",
"hp-svc-facs-net": "git+https://github.com/tetherto/hp-svc-facs-net.git",
"hp-svc-facs-store": "git+https://github.com/tetherto/hp-svc-facs-store.git",
"svc-facs-logging": "git+https://github.com/tetherto/svc-facs-logging.git"
},
"devDependencies": {
"@hyperswarm/rpc": "3.3.2",
"brittle": "3.7.0",
"standard": "17.1.0",
"test-tmp": "1.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tetherto/tether-wrk-base.git"
},
"bugs": {
"url": "https://github.com/tetherto/tether-wrk-base/issues"
},
"homepage": "https://github.com/tetherto/tether-wrk-base#readme"
}