{
  "name": "@agentoom/pi-spending-guard",
  "version": "1.2.1",
  "description": "Track LLM spending per task and pause when a configurable threshold is reached — continue, refine the prompt, or stop. Pi extension by agentoom.com.",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "spending",
    "cost-tracking",
    "llm",
    "budget"
  ],
  "license": "MIT",
  "author": "agentoom <simone@agentoom.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/agentoom/pi-extension-spending.git"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  }
}
