{
  "name": "@alexanderfortin/pi-zai-usage",
  "version": "0.3.2",
  "description": "Pi extension for monitoring Z.ai API token usage quota",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "dev": "bun --watch src/index.ts",
    "build": "bun run typecheck && bun run build:tsc",
    "build:tsc": "tsc",
    "typecheck": "tsc --noEmit --project tsconfig.test.json",
    "lint": "biome check src/ tests/",
    "lint:fix": "biome check --write src/ tests/",
    "format": "biome format --write src/",
    "check": "bun run typecheck && bun run lint",
    "test": "bun test",
    "test:coverage": "bun test --coverage --coverage-reporter=lcov",
    "release": "semantic-release",
    "release:dry-run": "semantic-release --dry-run"
  },
  "dependencies": {
    "@alexanderfortin/pi-usage-lib": "^0.2.0",
    "temporal-polyfill": "^0.3.2"
  },
  "devDependencies": {
    "@alexanderfortin/semantic-release-keep-a-changelog": "^0.4.2",
    "@biomejs/biome": "^2.5.0",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/exec": "^7.1.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.8",
    "@semantic-release/npm": "^13.1.5",
    "@types/bun": "^1.3.14",
    "semantic-release": "^25.0.5",
    "typescript": "^6.0.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "^0.79.6",
    "@earendil-works/pi-tui": "^0.79.6"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "package.json",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "keywords": [
    "pi-package",
    "pi-extension",
    "zai",
    "Z.ai",
    "usage-monitoring",
    "api-quota"
  ],
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shaftoe/pi-zai-usage"
  },
  "author": "Alexander Fortin",
  "license": "MIT"
}
