autobase-discovery
Version:
Automatic service discovery with self-registering services, using autobase
62 lines (61 loc) • 1.47 kB
JSON
{
"name": "autobase-discovery",
"version": "2.0.2",
"description": "Automatic service discovery with self-registering services, using autobase",
"main": "index.js",
"scripts": {
"lint": "prettier --check .",
"format": "prettier --write .",
"test": "npm run lint && brittle test/test.js"
},
"files": [
"index.js",
"client/",
"lib/",
"spec/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/autobase-discovery.git"
},
"keywords": [
"discovery",
"protomux",
"rpc",
"autobase",
"dht"
],
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/autobase-discovery/issues"
},
"homepage": "https://github.com/holepunchto/autobase-discovery#readme",
"imports": {
"events": {
"bare": "bare-events",
"default": "events"
}
},
"devDependencies": {
"b4a": "^1.6.7",
"brittle": "^3.12.1",
"corestore": "^7.0.19",
"hyperswarm": "^4.10.0",
"prettier": "^3.7.4",
"prettier-config-holepunch": "^2.0.0",
"protomux-rpc-router": "^1.0.0"
},
"dependencies": {
"autobase": "^7.0.44",
"bare-events": "^2.7.0",
"compact-encoding": "^2.16.0",
"db-lock": "^1.2.0",
"hypercore-id-encoding": "^1.3.0",
"hyperdb": "^5.0.0",
"hyperdht": "^6.20.1",
"hyperschema": "^1.10.4",
"protomux-rpc-client": "^2.0.2",
"ready-resource": "^1.1.2"
}
}