{
  "name": "opencode-openai-multi-auth",
  "version": "5.0.6",
  "description": "OpenAI ChatGPT OAuth plugin for opencode with multi-account rotation on rate limits",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "license": "MIT",
  "author": "@zenysTx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dkraemerwork/opencode-openai-multi-auth.git"
  },
  "keywords": [
    "opencode",
    "openai",
    "codex",
    "chatgpt",
    "oauth",
    "gpt-5",
    "plugin",
    "auth",
    "multi-account",
    "rate-limit",
    "rotation"
  ],
  "homepage": "https://github.com/dkraemerwork/opencode-openai-multi-auth#readme",
  "bugs": {
    "url": "https://github.com/dkraemerwork/opencode-openai-multi-auth/issues"
  },
  "scripts": {
    "build": "tsc && cp lib/oauth-success.html dist/lib/",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:ui": "vitest --ui",
    "test:coverage": "vitest run --coverage"
  },
  "bin": {
    "opencode-openai-multi-auth": "./scripts/install-opencode-codex-auth.js"
  },
  "files": [
    "dist/",
    "assets/",
    "config/",
    "scripts/",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": "^1.0.150"
  },
  "devDependencies": {
    "@opencode-ai/plugin": "^1.0.150",
    "@opencode-ai/sdk": "^1.0.150",
    "@types/node": "^24.6.2",
    "@vitest/ui": "^3.2.4",
    "typescript": "^5.9.3",
    "vitest": "^3.2.4"
  },
  "dependencies": {
    "@openauthjs/openauth": "^0.4.3",
    "hono": "^4.10.4",
    "jsonc-parser": "^3.3.1"
  },
  "overrides": {
    "hono": "^4.10.4",
    "vite": "^7.1.12"
  }
}
