{
  "name": "@simonwjackson/opencode-beads",
  "version": "2025.1217.2",
  "description": "OpenCode plugin for beads (bd) issue tracker integration",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "opencode",
    "beads",
    "bd",
    "issue-tracker",
    "plugin",
    "ai-agent"
  ],
  "author": "simonwjackson",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simonwjackson/opencode-beads.git"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": ">=1.0.0"
  },
  "devDependencies": {
    "@opencode-ai/plugin": "latest",
    "@types/bun": "latest",
    "@types/node": "latest",
    "typescript": "latest"
  }
}
