hyperdht-stats
Version:
HyperDHT stats, with Prometheus support
34 lines (33 loc) • 749 B
JSON
{
"name": "hyperdht-stats",
"version": "1.7.0",
"description": "HyperDHT stats, with Prometheus support",
"main": "index.js",
"scripts": {
"test": "standard && brittle test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/holepunchto/hyperdht-stats.git"
},
"keywords": [
"hyperdht",
"prometheus",
"stats"
],
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/hyperdht-stats/issues"
},
"homepage": "https://github.com/holepunchto/hyperdht-stats#readme",
"devDependencies": {
"brittle": "^3.7.0",
"hyperdht": "^6.16.5",
"prom-client": "^15.1.3",
"standard": "^17.1.2"
},
"files": [
"index.js"
]
}