{
  "name": "@promster/fastify",
  "version": "15.3.1",
  "description": "Fastify server integrations of promster",
  "main": "dist/promster-fastify.cjs.js",
  "typings": "dist/promster-fastify.cjs.d.ts",
  "types": "dist/promster-fastify.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/fastify"
  },
  "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": {
    "fastify-plugin": "^4.5.1",
    "merge-options": "3.0.4",
    "parse-prometheus-text-format": "1.1.1",
    "@promster/metrics": "15.3.1",
    "@promster/server": "15.3.1",
    "@promster/types": "15.3.1"
  },
  "devDependencies": {
    "fastify": "4.29.0"
  }
}