{
  "name": "pi-prometheus",
  "version": "0.2.0",
  "description": "See what your Pi session actually costs: a per-source context breakdown in the terminal showing which extension, skill or MCP server eats your window, plus a /metrics endpoint and Grafana dashboards.",
  "keywords": [
    "pi-package",
    "pi",
    "prometheus",
    "metrics",
    "observability",
    "grafana",
    "victoriametrics",
    "pi-extension",
    "pi-coding-agent",
    "coding-agent",
    "tokens",
    "cost-tracking",
    "context-window"
  ],
  "license": "MIT",
  "author": "Adam Ramsis",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aramz33/pi-prometheus.git"
  },
  "bugs": {
    "url": "https://github.com/aramz33/pi-prometheus/issues"
  },
  "homepage": "https://github.com/aramz33/pi-prometheus#readme",
  "type": "module",
  "files": [
    "extensions",
    "examples",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "test": "node test/check.ts",
    "poster": "node scripts/poster.mjs"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.80.0"
  },
  "pi": {
    "extensions": [
      "./extensions/prometheus/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/aramz33/pi-prometheus/v0.2.0/examples/media/context-budget.png"
  }
}
