{
  "name": "@promster/server",
  "version": "15.5.1",
  "description": "Server exposing metrics under GET /metrics",
  "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/server"
  },
  "files": [
    "readme.md",
    "package.json",
    "LICENSE",
    "dist/**",
    "modules/**"
  ],
  "main": "dist/promster-server.cjs.js",
  "types": "dist/promster-server.cjs.d.ts",
  "typings": "dist/promster-server.cjs.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "tslib": "2.8.1",
    "@promster/metrics": "15.5.1"
  },
  "devDependencies": {
    "@types/node": "24.12.2",
    "parse-prometheus-text-format": "1.1.1",
    "@promster/types": "15.5.1"
  },
  "engines": {
    "node": ">=20",
    "npm": ">=8"
  }
}