UNPKG

@promster/metrics

Version:

Metrics utilities used by all other server integrations

54 lines 1.29 kB
{ "name": "@promster/metrics", "version": "15.5.1", "description": "Metrics utilities used by all other server integrations", "keywords": [ "continousdelivery", "metrics", "prometheus" ], "homepage": "https://github.com/tdeekens/promster#readme", "bugs": { "url": "https://github.com/tdeekens/promster/issues" }, "license": "MIT", "author": "Tobias Deekens <nerd@tdeekens.name>", "repository": { "type": "git", "url": "https://github.com/tdeekens/promster.git", "directory": "packages/metrics" }, "files": [ "readme.md", "package.json", "LICENSE", "dist/**", "modules/**" ], "main": "dist/promster-metrics.cjs.js", "types": "dist/promster-metrics.cjs.d.ts", "typings": "dist/promster-metrics.cjs.d.ts", "publishConfig": { "access": "public" }, "dependencies": { "@chainsafe/prometheus-gc-stats": "1.0.2", "es-toolkit": "1.46.1", "merge-options": "3.0.4", "tslib": "2.8.1", "url-value-parser": "2.2.0" }, "devDependencies": { "@types/node": "24.12.2", "prom-client": "15.1.3", "typescript": "6.0.3", "@promster/types": "15.5.1" }, "peerDependencies": { "prom-client": "13.x.x || 14.x || 15.x" }, "engines": { "node": ">=20", "npm": ">=8" } }