{
  "name": "@slkiser/opencode-quota",
  "version": "3.10.1",
  "packageManager": "pnpm@11.0.0",
  "description": "OpenCode quota & tokens usage with zero context window pollution. Supports GitHub Copilot, OpenAI (Plus/Pro), Qwen Code, Chutes AI, Synthetic, Google Antigravity, Z.ai coding plan and more.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "opencode-quota": "./dist/bin/opencode-quota.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./server": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./tui": {
      "types": "./dist/tui.d.ts",
      "default": "./dist/tui.tsx"
    }
  },
  "oc-plugin": [
    "server",
    "tui"
  ],
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "node scripts/clean-dist.mjs && tsc && node scripts/copy-data.mjs && node scripts/prepare-tui-dist.mjs",
    "build:check": "pnpm run build && pnpm pack --dry-run",
    "pricing:refresh": "node scripts/refresh-modelsdev-pricing.mjs",
    "pricing:refresh:if-stale": "node scripts/refresh-modelsdev-pricing-if-stale.mjs",
    "upstream:check": "node scripts/check-upstream-plugin-updates.mjs",
    "upstream:prepare-review": "node scripts/prepare-upstream-plugin-review.mjs",
    "upstream:sync": "node scripts/sync-upstream-plugin-references.mjs",
    "verify:release-version": "node scripts/verify-release-version.mjs",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "pnpm run build",
    "prepare": "husky"
  },
  "keywords": [
    "opencode",
    "plugin",
    "quota",
    "toast",
    "github",
    "copilot",
    "google",
    "antigravity",
    "gemini",
    "claude"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/slkiser/opencode-quota.git"
  },
  "bugs": {
    "url": "https://github.com/slkiser/opencode-quota/issues"
  },
  "homepage": "https://github.com/slkiser/opencode-quota#readme",
  "devDependencies": {
    "@opencode-ai/plugin": "^1.4.3",
    "@types/node": "^22.0.0",
    "husky": "^9.1.7",
    "lint-staged": "^16.2.7",
    "prettier": "^3.8.0",
    "typescript": "^5.8.0",
    "vitest": "^4.0.17"
  },
  "dependencies": {
    "@clack/prompts": "^1.2.0",
    "@opentui/core": "^0.2.7",
    "@opentui/solid": "^0.2.7",
    "comment-json": "^5.0.0",
    "solid-js": "^1.9.12",
    "xdg-basedir": "^5.1.0"
  },
  "optionalDependencies": {
    "better-sqlite3": "^12.10.0"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": "^1.4.3"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
