-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
59 lines (59 loc) · 1.53 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": "hyperspace",
"version": "3.19.0",
"description": "Hypercores, batteries included.",
"main": "index.js",
"bin": {
"hyperspace": "bin/index.js",
"hyperspace-simulator": "bin/simulator.js"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "standard && tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperspace-org/hyperspace.git"
},
"keywords": [
"hypercores",
"corestore",
"rpc"
],
"author": "Andrew Osheroff <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hyperspace-org/hyperspace/issues"
},
"homepage": "https://github.com/hyperspace-org/hyperspace#readme",
"dependencies": {
"@corestore/networker": "^1.0.3",
"@hyperspace/client": "^1.14.0",
"@hyperspace/migration-tool": "^1.1.2",
"@hyperspace/rpc": "^1.8.0",
"corestore": "^5.7.3",
"hypercore": "^9.5.4",
"hypercore-cache": "^1.0.2",
"hypercore-default-storage": "^1.0.0",
"hypercore-protocol": "^8.0.7",
"hyperswarm": "^2.15.1",
"hypertrie": "^5.1.1",
"inspect-custom-symbol": "^1.1.1",
"minimist": "^1.2.5",
"nanoresource-promise": "^1.2.2",
"random-access-memory": "^3.1.1"
},
"devDependencies": {
"@hyperswarm/dht": "^4.0.1",
"compare": "^2.0.0",
"hypercore-byte-stream": "^1.0.12",
"hyperdrive": "^10.17.2",
"protocol-buffers": "^4.2.0",
"standard": "^14.3.4",
"stream-collector": "^1.0.1",
"tape": "^5.0.1",
"tmp-promise": "^3.0.2"
}
}