-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.18 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.18 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
{
"name": "hyperhealth",
"version": "3.0.0",
"description": "Monitor the health of a hyperdrive feed, including peer mirror percentages.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"bin": {
"hyperhealth": "cli.js"
},
"bugs": {
"url": "https://github.com/karissa/hyperhealth/issues"
},
"homepage": "https://github.com/karissa/hyperhealth",
"repository": {
"type": "git",
"url": "git://github.com/karissa/hyperhealth.git"
},
"author": "Karissa McKelvey <karissa@datproject.org>",
"license": "BSD-2-Clause",
"dependencies": {
"dat-encoding": "^5.0.1",
"dat-link-resolve": "^2.3.0",
"dat-swarm-defaults": "^1.0.2",
"debug": "^4.1.1",
"discovery-swarm": "^5.1.4",
"hyperdiscovery": "^8.0.0",
"hyperdrive": "^9.0.0",
"lodash.pick": "^4.4.0",
"pretty-bytes": "^5.1.0",
"progress-string": "^1.2.1",
"random-access-memory": "^3.1.1",
"status-logger": "^3.0.0"
},
"keywords": [
"dat",
"hyperdrive",
"health",
"peers",
"download",
"downloaded",
"swarm",
"data package",
"dataset",
"replication",
"synchronization",
"monitoring",
"dashboard"
]
}