{
  "name": "pi-token-stats",
  "version": "0.1.1",
  "description": "Token and cost statistics extension for pi coding agent sessions.",
  "homepage": "https://github.com/reaishijie/pi-token-stats#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reaishijie/pi-token-stats.git"
  },
  "bugs": {
    "url": "https://github.com/reaishijie/pi-token-stats/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "token-stats",
    "tokens",
    "usage",
    "status"
  ],
  "license": "MIT",
  "type": "module",
  "files": [
    "extensions",
    "README.md",
    "README.zh-CN.md",
    "LICENSE",
    "docs/screenshot.png"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.3",
    "@earendil-works/pi-tui": "^0.80.3",
    "@types/node": "^24.0.10",
    "typescript": "^5.8.3"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "image": "https://raw.githubusercontent.com/reaishijie/pi-token-stats/main/docs/screenshot.png"
  }
}
