{
  "name": "agenteam",
  "version": "0.5.2",
  "description": "OpenCode plugin: orchestrate ephemeral adversarial agent teams for software development",
  "type": "module",
  "main": "src/index.ts",
  "types": "src/index.ts",
  "bin": {
    "agenteam": "dist/bin/init.js"
  },
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "dist/bin/",
    "dist/src/",
    "src/",
    "docs/",
    "agenteam.config.json"
  ],
  "keywords": [
    "opencode",
    "ai",
    "agents",
    "dag",
    "orchestration",
    "code-review",
    "adversarial",
    "multi-agent"
  ],
  "author": "aitorch",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aitorch/agenteam.git"
  },
  "homepage": "https://github.com/aitorch/agenteam#readme",
  "bugs": {
    "url": "https://github.com/aitorch/agenteam/issues"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": "*"
  },
  "devDependencies": {
    "@opencode-ai/plugin": "^1.14.22",
    "@types/node": "^25.6.0",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "@huggingface/transformers": "^4.2.0",
    "vectra": "^0.14.0"
  }
}
