{
  "name": "@zhaoji-wang/pi-glm-usage",
  "version": "0.1.5",
  "description": "GLM Coding Plan (China & Global) quota usage in the pi footer \u2014 status bar, threshold alerts, /glm-usage report. Unofficial, not affiliated with Zhipu/Z.ai.",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "glm",
    "zhipu",
    "zai",
    "usage",
    "quota"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frederick-wang/pi-glm-usage.git"
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "extensions",
    "README.zh-CN.md"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@types/node": "^22",
    "typescript": "^5",
    "@earendil-works/pi-coding-agent": "*"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --test 'tests/*.test.ts'",
    "live-check": "node scripts/live-check.ts"
  },
  "packageManager": "pnpm@11.24.0"
}