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
53 lines (53 loc) · 1.42 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.42 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
50
51
52
53
{
"name": "@tetherto/tether-wrk-base",
"version": "1.0.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@tether.to"
},
"maintainers": [
{
"name": "prdn",
"email": "paolo@tether.to"
},
{
"name": "vigan.abd",
"email": "vigan.abdurrahmani@tether.to"
}
],
"keywords": [
"tether",
"worker"
],
"license": "Apache-2.0",
"dependencies": {
"@bitfinex/bfx-svc-boot-js": "^1.2.0",
"@bitfinex/bfx-wrk-base": "^1.1.0",
"@tetherto/hp-svc-facs-net": "git+https://github.com/tetherto/hp-svc-facs-net.git#v1.1.0",
"@tetherto/hp-svc-facs-store": "git+https://github.com/tetherto/hp-svc-facs-store.git#v1.0.0",
"@tetherto/svc-facs-logging": "git+https://github.com/tetherto/svc-facs-logging.git#v1.0.0",
"async": "^3.2.6"
},
"devDependencies": {
"@hyperswarm/rpc": "^3.5.0",
"brittle": "^3.19.1",
"standard": "^17.1.2",
"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"
}