{
  "name": "pi-live-pricing",
  "version": "1.1.1",
  "description": "Live, always-correct LLM pricing for the pi coding agent. Merges live catalog prices onto pi's curated model metadata instead of replacing it.",
  "type": "module",
  "license": "GPL-3.0-or-later",
  "author": "Adrián Rodríguez Mesa <rdgzms@proton.me>",
  "homepage": "https://github.com/AdrianRodriguezM/pi-live-pricing#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AdrianRodriguezM/pi-live-pricing.git"
  },
  "bugs": {
    "url": "https://github.com/AdrianRodriguezM/pi-live-pricing/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pricing",
    "models",
    "openrouter",
    "deepinfra",
    "cost-tracking",
    "llm"
  ],
  "engines": {
    "node": ">=22"
  },
  "files": [
    "index.ts",
    "src",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "scripts": {
    "check": "tsc --noEmit",
    "test": "node test/run.mjs",
    "build": "echo 'no build step: pi loads TypeScript sources directly'",
    "clean": "echo 'nothing to clean'",
    "test:live": "node test/live.mjs",
    "fixtures": "node test/fixtures/capture.mjs"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.2",
    "@types/node": "^22.10.0",
    "typescript": "^5.7.0"
  }
}
