UNPKG

dht-prom-alias-rpc

Version:

Protomux RPC for registering aliases with a dht-prometheus service

46 lines (45 loc) 1.09 kB
{ "name": "dht-prom-alias-rpc", "version": "1.0.3", "description": "Protomux RPC for registering aliases with a dht-prometheus service", "main": "index.js", "scripts": { "test": "standard && npx brittle --coverage test.js" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/dcent-tech/dht-prom-alias-rpc.git" }, "keywords": [ "DHT", "Prometheus", "protomux", "rpc" ], "author": "H. Degroote", "license": "Apache-2.0", "bugs": { "url": "https://gitlab.com/dcent-tech/dht-prom-alias-rpc/issues" }, "homepage": "https://gitlab.com/dcent-tech/dht-prom-alias-rpc#readme", "devDependencies": { "brittle": "^3.6.1", "hypercore-crypto": "^3.4.2", "hyperdht": "^6.16.0", "hyperswarm": "^4.8.1", "newline-decoder": "^1.0.2", "standard": "^17.1.0" }, "dependencies": { "b4a": "^1.6.6", "compact-encoding": "^2.15.0", "hypercore-id-encoding": "^1.3.0", "protomux-rpc": "^1.7.0", "safety-catch": "^1.0.2" }, "files": [ "index.js", "client.js", "lib/**.js" ] }