{
  "name": "@qmxme/pi-stats",
  "version": "0.3.0",
  "description": "Stats widget extension for pi - shows token throughput, usage, and duration",
  "repository": {
    "type": "git",
    "url": "https://github.com/qmx/pi-stats"
  },
  "type": "module",
  "main": "./stats.ts",
  "types": "./stats.ts",
  "files": [
    "stats.ts",
    "README.md"
  ],
  "keywords": [
    "pi",
    "pi-package",
    "extension",
    "stats"
  ],
  "pi": {
    "extensions": [
      "./stats.ts"
    ]
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "dev": "tsc --noEmit --watch",
    "prepublishOnly": "npm run typecheck"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@mariozechner/pi-coding-agent": "^0.63.0",
    "@types/node": "^22.10.7",
    "typescript": "^5.7.3"
  },
  "license": "MIT"
}
