{
  "name": "@andy8647/pi-balance",
  "version": "1.0.3",
  "type": "module",
  "description": "Pi extension that displays provider account balance in the status bar.",
  "license": "MIT",
  "author": "DragonYH <1016633827@qq.com>",
  "homepage": "https://github.com/Andy8647/pi-balance#readme",
  "bugs": {
    "url": "https://github.com/Andy8647/pi-balance/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Andy8647/pi-balance.git"
  },
  "keywords": [
    "pi",
    "pi-package",
    "pi-extension",
    "balance",
    "status-bar",
    "ai"
  ],
  "files": [
    "src"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --test --import tsx tests/**/*.test.ts",
    "verify": "npm run typecheck && npm run test",
    "pack:check": "npm pack --dry-run",
    "prepublishOnly": "npm run verify && npm run pack:check"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/Andy8647/pi-balance/main/assets/preview.png"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.75.5",
    "@earendil-works/pi-coding-agent": "^0.75.5",
    "@types/node": "^24.12.4",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3"
  }
}
