{
  "name": "@promster/types",
  "version": "15.3.1",
  "description": "Shared types of promster",
  "main": "dist/promster-types.cjs.js",
  "typings": "dist/promster-types.cjs.d.ts",
  "types": "dist/promster-types.cjs.d.ts",
  "files": [
    "readme.md",
    "package.json",
    "LICENSE",
    "dist/**"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20",
    "npm": ">=8"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tdeekens/promster.git",
    "directory": "packages/types"
  },
  "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": {
    "ts-essentials": "9.4.2"
  },
  "devDependencies": {
    "prom-client": "15.1.3"
  },
  "peerDependencies": {
    "prom-client": "13.x.x || 14.x || 15.x"
  }
}