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