-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
34 lines (34 loc) · 1.01 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
{
"name": "why-hypercore",
"version": "1.0.0",
"description": "As we are exploring the design for running Tradle on Hypercore, this summarizes our findings. You can find a lot more information in this [rapidly growing FAQ](FAQ.md).",
"main": "index.js",
"scripts": {
"test": "tape test/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tradle/why-hypercore.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tradle/why-hypercore/issues"
},
"homepage": "https://github.com/tradle/why-hypercore#readme",
"dependencies": {
"@geut/hyperdrive-promise": "^3.1.3",
"corestore": "^5.8.2",
"hyperbee": "0.0.18",
"hypercore": "^9.12.0",
"hyperdrive": "^10.21.0",
"mountable-hypertrie": "^2.8.0",
"multi-hyperdrive": "^1.1.4",
"random-access-memory": "^3.1.1",
"random-access-s3": "^1.0.0",
"sorted-union-stream": "github:tradle/sorted-union-stream"
},
"devDependencies": {
"tape": "^5.5.3"
}
}