{
  "name": "@graphql-mesh/plugin-prometheus",
  "version": "2.1.28-alpha-bb7cb0747a2f268a4a03e2f7f7f2ccd1364ded49",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphql-hive/gateway.git",
    "directory": "packages/plugins/prometheus"
  },
  "author": {
    "email": "contact@the-guild.dev",
    "name": "The Guild",
    "url": "https://the-guild.dev"
  },
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "pkgroll --clean-dist",
    "prepack": "yarn build"
  },
  "peerDependencies": {
    "graphql": "^15.9.0 || ^16.9.0",
    "prom-client": "^13 || ^14.0.0 || ^15.0.0"
  },
  "dependencies": {
    "@graphql-hive/gateway-runtime": "2.8.0-alpha-bb7cb0747a2f268a4a03e2f7f7f2ccd1364ded49",
    "@graphql-hive/logger": "^1.1.0",
    "@graphql-mesh/cross-helpers": "^0.4.10",
    "@graphql-mesh/types": "^0.104.16",
    "@graphql-mesh/utils": "^0.104.16",
    "@graphql-tools/utils": "^11.0.0",
    "@graphql-yoga/plugin-prometheus": "^6.11.3",
    "prom-client": "^15.0.0",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "graphql": "^16.12.0",
    "graphql-yoga": "^5.16.2",
    "pkgroll": "2.27.0",
    "prom-client": "15.1.3"
  },
  "sideEffects": false
}