{
  "name": "opencode-codebuddy-internal-auth",
  "version": "1.0.1",
  "description": "OpenCode plugin for CodeBuddy Internal (Claude Code Internal) OAuth authentication",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "opencode",
    "opencode-plugin",
    "codebuddy",
    "claude-code-internal",
    "oauth"
  ],
  "author": "huyunfei",
  "license": "MIT",
  "devDependencies": {
    "@opencode-ai/plugin": "^1.0.168",
    "@opencode-ai/sdk": "^1.0.168",
    "typescript": "^5.7.2"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": "*",
    "@opencode-ai/sdk": "*"
  }
}
