hyper-instrument
Version:
Instrument services in the hypercore ecosystem
75 lines (74 loc) • 1.81 kB
JSON
{
"name": "hyper-instrument",
"version": "3.0.1",
"description": "Instrument services in the hypercore ecosystem",
"main": "index.js",
"scripts": {
"test": "prettier --check . && brittle test.js",
"test:bare": "bare test.js",
"format": "prettier --write ."
},
"files": [
"index.js",
"imports.json"
],
"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": "^7.0.0",
"hyperbee": "^2.21.2",
"hypercore": "^11.0.0",
"hyperswarm": "^4.8.4",
"prettier": "^3.6.2",
"prettier-config-holepunch": "^2.0.0",
"standard": "^17.1.2",
"test-tmp": "^1.3.1"
},
"dependencies": {
"bare-crypto": "^1.11.2",
"bare-events": "^2.6.1",
"bare-fs": "^4.3.1",
"bare-http1": "^4.0.4",
"bare-https": "^2.0.0",
"bare-os": "^3.6.2",
"bare-path": "^3.0.0",
"bare-process": "^4.2.1",
"bare-prom-client": "^15.1.4",
"bare-url": "^2.2.2",
"bare-utils": "^1.5.1",
"bare-v8": "^1.0.1",
"bare-zlib": "^1.3.1",
"dht-prom-client": "^2.0.1",
"hypercore-stats": "^2.0.0",
"hyperdht-stats": "^1.1.0",
"hyperswarm-stats": "^1.1.3",
"ready-resource": "^1.1.1",
"which-runtime": "^1.3.0"
},
"imports": {
"path": {
"bare": "bare-path",
"default": "path"
},
"process": {
"bare": "bare-process",
"default": "process"
}
}
}