{
  "name": "glm-quota-line",
  "version": "1.3.0",
  "description": "Zhipu GLM Coding Plan quota monitor for Claude Code status line.",
  "type": "module",
  "license": "MIT",
  "author": "caojian",
  "preferGlobal": true,
  "keywords": [
    "claude-code",
    "glm",
    "zhipu",
    "z.ai",
    "coding-plan",
    "quota",
    "statusline",
    "tui"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/deluo/glm-quota-line.git"
  },
  "homepage": "https://github.com/deluo/glm-quota-line#readme",
  "bugs": {
    "url": "https://github.com/deluo/glm-quota-line/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src",
    "data",
    "README.md",
    "README.en.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "bin": {
    "glm-quota-line": "src/cli/index.js"
  },
  "scripts": {
    "start": "node ./src/cli/index.js",
    "test": "node --test"
  },
  "engines": {
    "node": ">=18"
  }
}
