{
  "name": "@hung319/opencode-hive",
  "version": "1.18.0",
  "type": "module",
  "description": "OpenCode plugin for Agent Hive - from vibe coding to hive coding",
  "license": "MIT WITH Commons-Clause",
  "author": "hung319",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hung319/agent-hive.git",
    "directory": "packages/opencode-hive"
  },
  "homepage": "https://github.com/hung319/agent-hive#readme",
  "bugs": {
    "url": "https://github.com/hung319/agent-hive/issues"
  },
  "keywords": [
    "opencode",
    "ai",
    "hive",
    "vibe-coding",
    "workflow",
    "planning",
    "agent"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "clean": "rm -rf dist",
    "generate-skills": "bun run scripts/generate-skills.ts",
    "build": "npm run clean && npm run generate-skills && bun build src/index.ts --outdir dist --target node --format esm --packages=bundle --external @ast-grep/napi --external @sparkleideas/agent-booster --external @sparkleideas/memory --external simple-git && tsc --emitDeclarationOnly",
    "dev": "opencode plugin dev",
    "test": "bun test"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": ">=0.13.7"
  },
  "dependencies": {
    "@ast-grep/napi": "^0.44.0",
    "simple-git": "^3.36.0"
  },
  "peerDependenciesMeta": {
    "@sparkleideas/agent-booster": {
      "optional": true
    },
    "@sparkleideas/memory": {
      "optional": true
    },
    "grep-mcp": {
      "optional": true
    },
    "@upstash/context7-mcp": {
      "optional": true
    },
    "exa-mcp-server": {
      "optional": true
    },
    "@butttons/dora": {
      "optional": true
    },
    "auto-cr-cmd": {
      "optional": true
    },
    "@openserp/mcp": {
      "optional": true
    }
  },
  "devDependencies": {
    "hive-core": "workspace:*",
    "@opencode-ai/plugin": "^1.14.48",
    "@opencode-ai/sdk": "^1.14.48",
    "@types/bun": "^1.3.13",
    "@types/node": "^20.19.41",
    "typescript": "^5.9.3",
    "@sparkleideas/agent-booster": "^0.2.34"
  },
  "files": [
    "dist/",
    "skills/",
    "README.md"
  ]
}
