{
  "name": "opencode-throughput",
  "version": "2.1.0",
  "description": "Real-time LLM performance monitoring plugin for OpenCode. Tracks TTFT, TPS, latency, token usage and cost per model with a TUI sidebar display.",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./tui": {
      "import": "./dist/tui.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "bun run scripts/build.ts",
    "typecheck": "tsc --noEmit",
    "test": "bun test",
    "prepublishOnly": "bun run build && bun run typecheck && bun test"
  },
  "keywords": [
    "opencode",
    "opencode-plugin",
    "llm",
    "throughput",
    "latency",
    "ttft",
    "tps",
    "monitoring",
    "performance"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Howardzhangdqs/opencode-throughput.git"
  },
  "engines": {
    "opencode": ">=1.3.14"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": ">=1.14.18",
    "@opentui/core": ">=0.1.97",
    "@opentui/solid": ">=0.1.97",
    "solid-js": "^1.9.11"
  },
  "devDependencies": {
    "@opencode-ai/plugin": "^1.14.18",
    "@opentui/solid": ">=0.1.97",
    "@opentui/core": ">=0.1.97",
    "@types/node": "^25.5.0",
    "solid-js": "^1.9.11",
    "typescript": "^5.7.0"
  }
}
