UNPKG

@promster/metrics

Version:

Metrics utilities used by all other server integrations

76 lines 1.75 kB
{ "name": "@promster/metrics", "version": "15.5.2", "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/**" ], "type": "module", "sideEffects": false, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "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", "tsdown": "0.22.2", "typescript": "6.0.3", "@promster/tsconfig": "15.5.2", "@promster/tsdown-config": "15.5.2", "@promster/types": "15.5.2" }, "peerDependencies": { "prom-client": "13.x.x || 14.x || 15.x" }, "engines": { "node": ">=20", "npm": ">=8" }, "scripts": { "build": "tsdown", "check-types": "tsc --noEmit", "test": "vitest --run", "test:watch": "vitest", "dev": "tsdown --watch" } }