hypercore-rehoster
Version:
Help keep the hypercores of your choice available
63 lines (62 loc) • 1.4 kB
JSON
{
"name": "hypercore-rehoster",
"version": "2.4.1",
"description": "Help keep the hypercores of your choice available",
"main": "index.js",
"scripts": {
"test": "standard && brittle --coverage test/rehoster.js",
"integration": "node test/integration-test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/HDegroote/hypercore-rehoster.git"
},
"files": [
"index.js",
"db.js",
"lib/**.js"
],
"keywords": [
"hypercore",
"always-on",
"hoster"
],
"author": "H. Degroote",
"license": "Apache-2.0",
"bugs": {
"url": "https://gitlab.com/HDegroote/hypercore-rehoster/issues"
},
"devDependencies": {
"brittle": "^3.6.1",
"corestore": "^6.5.2",
"graceful-goodbye": "^1.2.0",
"hyperdht": "^6.6.2",
"hyperswarm": "^4.8.2",
"random-access-memory": "^5.0.1",
"standard": "^17.0.0",
"swarm-manager": "^1.0.0"
},
"standard": {
"globals": [
"describe",
"context",
"before",
"beforeEach",
"after",
"afterEach",
"it",
"expect"
]
},
"dependencies": {
"b4a": "^1.6.4",
"hexkey-utils": "^1.2.0",
"hyperbee": "^2.11.1",
"hypercore-detector": "^1.0.0",
"hypercore-id-encoding": "^1.3.0",
"hyperdrive": "^11.1.3",
"ready-resource": "^1.0.0",
"safety-catch": "^1.0.2",
"sub-encoder": "^2.1.1"
}
}