{
  "name": "opencode-forking-agents-plugin",
  "version": "0.2.0",
  "type": "module",
  "license": "MIT",
  "description": "OpenCode plugin: synchronous and background subagent tools with optional forked context and model selection",
  "main": "./src/index.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wkronmiller/forking-agents-plugin.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./src/index.ts",
      "default": "./src/index.ts"
    },
    "./server": {
      "types": "./src/index.ts",
      "default": "./src/index.ts"
    }
  },
  "peerDependencies": {
    "@opencode-ai/plugin": ">=1.4.3"
  },
  "devDependencies": {
    "@opencode-ai/plugin": "1.4.3",
    "@types/bun": "1.2.23",
    "typescript": "5.9.2"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "bun test"
  },
  "keywords": [
    "opencode",
    "plugin",
    "subagent",
    "fork"
  ]
}
