UNPKG

autobase-discovery

Version:

Automatic service discovery with self-registering services, using autobase

61 lines (60 loc) 1.44 kB
{ "name": "autobase-discovery", "version": "1.2.1", "description": "Automatic service discovery with self-registering services, using autobase", "main": "index.js", "scripts": { "test": "standard && brittle test/test.js" }, "files": [ "index.js", "client/", "lib/", "spec/", "bin.js" ], "bin": { "autodiscovery": "bin.js", "autodiscovery-client": "client/bin.js" }, "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", "devDependencies": { "b4a": "^1.6.7", "brittle": "^3.12.1", "standard": "^17.1.2" }, "dependencies": { "autobase": "^7.0.44", "compact-encoding": "^2.16.0", "corestore": "^7.0.19", "db-lock": "^1.2.0", "graceful-goodbye": "^1.3.3", "hyper-instrument": "^2.0.0", "hypercore-id-encoding": "^1.3.0", "hyperdb": "^4.9.4", "hyperdht": "^6.20.1", "hyperschema": "^1.10.4", "hyperswarm": "^4.10.0", "paparam": "^1.8.0", "pino": "^9.6.0", "protomux-rpc": "^1.7.0", "protomux-rpc-client": "^2.0.2", "ready-resource": "^1.1.2" } }