{
  "name": "opencode-chorus",
  "version": "0.10.0",
  "description": "OpenCode plugin for Chorus MCP workflow, planning, and reviewer automation.",
  "license": "AGPL-3.0-only",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./server": "./dist/index.js"
  },
  "files": [
    "dist",
    "skills",
    "prompts",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "clean": "node ./scripts/clean-dist.mjs",
    "build": "tsc -p tsconfig.build.json",
    "typecheck": "tsc --noEmit",
    "test": "bun test",
    "pack:check": "npm pack --dry-run",
    "prepack": "bun run clean && bun run build",
    "prepublishOnly": "bun run typecheck && bun run test && bun run pack:check"
  },
  "author": "etnperlong",
  "keywords": [
    "opencode",
    "chorus",
    "plugin",
    "mcp",
    "workflow",
    "review",
    "reviewer",
    "planning",
    "subagent"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/etnperlong/opencode-chorus.git"
  },
  "homepage": "https://github.com/etnperlong/opencode-chorus#readme",
  "bugs": {
    "url": "https://github.com/etnperlong/opencode-chorus/issues"
  },
  "engines": {
    "opencode": ">=1.14.28 <2",
    "bun": ">=1.1.0 <2"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@opencode-ai/plugin": "^1.14.28"
  }
}
