{
  "name": "opespro-opencode",
  "version": "3.2.0",
  "type": "module",
  "description": "The Best AI Agent Harness for Chinese Enterprise - OpenCode Plugin with Multi-Agent Orchestration, 20 Skills, and Background Task Management",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "agents",
    "skills",
    ".agents/command",
    ".agents/skills",
    "meta-skill.yaml",
    "postinstall.mjs"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "bun build src/index.ts --outdir dist --target bun --format esm && tsc --emitDeclarationOnly",
    "clean": "rm -rf dist",
    "postinstall": "node postinstall.mjs",
    "prepublishOnly": "bun run clean && bun run build && bash scripts/verify-all.sh",
    "typecheck": "tsc --noEmit",
    "test": "bun test",
    "verify": "bash scripts/verify.sh",
    "verify-all": "bash scripts/verify-all.sh"
  },
  "keywords": [
    "opencode",
    "plugin",
    "ai",
    "agents",
    "skills",
    "opespro",
    "business-analysis",
    "code-review",
    "bug-fixer",
    "git-workflow"
  ],
  "author": "OpesPro Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/opespro/opespro-opencode.git"
  },
  "bugs": {
    "url": "https://github.com/opespro/opespro-opencode/issues"
  },
  "homepage": "https://github.com/opespro/opespro-opencode#readme",
  "dependencies": {
    "@opencode-ai/plugin": "^1.1.19",
    "@opencode-ai/sdk": "^1.1.19",
    "js-yaml": "^4.1.1",
    "picomatch": "^4.0.2",
    "zod": "^4.1.8"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/picomatch": "^3.0.2",
    "bun-types": "latest",
    "typescript": "^5.7.3"
  }
}
