UNPKG

hyper-instrument

Version:

Instrument services in the hypercore ecosystem

46 lines (45 loc) 1.09 kB
{ "name": "hyper-instrument", "version": "1.2.0", "description": "Instrument services in the hypercore ecosystem", "main": "index.js", "scripts": { "test": "standard && brittle test.js" }, "files": [ "index.js" ], "repository": { "type": "git", "url": "git+https://github.com/holepunchto/hyper-instrument.git" }, "keywords": [ "Instrument", "hypercore", "hyperswarm", "prometheus" ], "author": "Holepunch", "license": "Apache-2.0", "bugs": { "url": "https://github.com/holepunchto/hyper-instrument/issues" }, "homepage": "https://github.com/holepunchto/hyper-instrument#readme", "devDependencies": { "b4a": "^1.6.7", "brittle": "^3.8.3", "corestore": "^6.18.4", "hyperbee": "^2.21.2", "hypercore": "^10.38.2", "hyperswarm": "^4.8.4", "random-access-memory": "^6.2.1", "standard": "^17.1.2" }, "dependencies": { "dht-prom-client": "^1.0.2", "hypercore-stats": "^1.2.0", "hyperdht-stats": "^1.1.0", "hyperswarm-stats": "^1.1.3", "prom-client": "^15.1.3" } }