{
  "name": "pi-local-token-costs",
  "version": "1.0.3",
  "description": "Token cost tracking extension for Pi Agent — live footer display with cheapest OpenRouter pricing, cross-session history, and local model matching",
  "keywords": [
    "pi-package"
  ],
  "main": "extensions/token-costs.ts",
  "types": "extensions/token-costs.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gunjantomer/pi-local-token-costs.git"
  },
  "bugs": {
    "url": "https://github.com/gunjantomer/pi-local-token-costs/issues"
  },
  "homepage": "https://github.com/gunjantomer/pi-local-token-costs#readme",
  "files": [
    "extensions/",
    "docs/",
    "README.md",
    "CHANGELOG.md"
  ],
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  }
}
