-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.08 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
{
"name": "hyperlib",
"version": "0.2.0",
"description": "Manage hyperdb-based archives.",
"main": "index.js",
"scripts": {
"test": "tape test/*.js",
"coverage": "nyc tape test/*.js; nyc report --reporter=html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Frando/hyperlib.git"
},
"keywords": [
"hyperdb",
"dat",
"hyperdrive"
],
"author": "Franz Heinzmann <Frando>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Frando/hyperlib/issues"
},
"homepage": "https://github.com/Frando/hyperlib#readme",
"dependencies": {
"@jimpick/hyperdrive-next": "github:Frando/hyperdrive#livestreaming2",
"dat-encoding": "^5.0.1",
"hypercore": "^6.21.0",
"hypercore-crypto": "^1.0.0",
"hyperdb": "^3.5.0",
"hyperdiscovery": "^8.0.0",
"hyperdrive": "github:Frando/hyperdrive#livestreaming",
"inherits": "^2.0.3",
"pify": "^4.0.1",
"pump": "^3.0.0",
"thunky": "^1.0.3"
},
"devDependencies": {
"leaked-handles": "^5.2.0",
"random-access-memory": "^3.0.0",
"tape": "^4.9.1"
}
}