hypercore-stats
Version:
Stats for Hypercores, with Prometheus support
51 lines (50 loc) • 1.11 kB
JSON
{
"name": "hypercore-stats",
"version": "2.2.0",
"description": "Stats for Hypercores, with Prometheus support",
"main": "index.js",
"scripts": {
"test": "standard && brittle test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/hypercore-stats.git"
},
"keywords": [
"hypercore",
"stats",
"metrics",
"prometheus"
],
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/hypercore-stats/issues"
},
"homepage": "https://github.com/holepunchto/hypercore-stats#readme",
"files": [
"index.js"
],
"imports": {
"events": {
"bare": "bare-events",
"default": "events"
}
},
"devDependencies": {
"brittle": "^3.6.1",
"corestore": "^7.0.0",
"hypercore": "^11.0.0",
"hyperdht": "^6.16.5",
"hyperswarm": "^4.8.2",
"prom-client": "^15.1.3",
"rache": "^1.0.0",
"standard": "^17.1.0",
"test-tmp": "^1.3.1"
},
"dependencies": {
"b4a": "^1.6.6",
"bare-events": "^2.5.4",
"passive-core-watcher": "^1.0.1"
}
}