opossum-prometheus
Version:
Prometheus metrics for opossum circuit breaker
56 lines (55 loc) • 1.37 kB
JSON
{
"name": "opossum-prometheus",
"version": "0.6.0",
"description": "Prometheus metrics for opossum circuit breaker",
"main": "index.js",
"scripts": {
"prepare": "husky || true",
"lint": "eslint --ignore-path .gitignore .",
"pretest": "npm run lint",
"test": "nyc tape test/*.js | tap-spec",
"prerelease": "npm run test",
"release": "standard-version -a"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodeshift/opossum-prometheus.git"
},
"bugs": {
"url": "https://github.com/nodeshift/opossum-prometheus/issues"
},
"support": {
"target": "LTS",
"response": "REGULAR-7",
"backing": "COMPANY"
},
"keywords": [
"circuit breaker",
"fail fast",
"prometheus",
"metrics"
],
"author": "Red Hat, Inc.",
"license": "Apache-2.0",
"devDependencies": {
"coveralls": "^3.1.1",
"eslint": "^8.57.0",
"eslint-config-semistandard": "^17.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"husky": "^9.1.6",
"nyc": "^17.1.0",
"opossum": "^8.4.0",
"standard-version": "^9.5.0",
"tap-spec": "^5.0.0",
"tape": "^5.9.0"
},
"dependencies": {
"prom-client": "^15.1.3"
},
"engines": {
"node": "^26 || ^24 || ^22"
}
}