{
  "name": "opencode-handoff",
  "version": "0.5.0",
  "type": "module",
  "description": "Create focused handoff prompts for continuing work in new OpenCode sessions",
  "author": "Josh Thomas <josh@joshthomas.dev>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/joshuadavidthomas/opencode-handoff"
  },
  "keywords": [
    "opencode",
    "plugin",
    "agent",
    "ai"
  ],
  "main": "src/plugin.ts",
  "files": ["src", "README.md"],
  "scripts": {
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@opencode-ai/plugin": "^1.2.15",
    "@opencode-ai/sdk": "^1.2.15",
    "zod": "^4.1.13"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "@types/node": "^22.0.0",
    "typescript": "~5.9.3"
  },
  "engines": {
    "bun": ">=1.0.0"
  }
}
