{
  "name": "opencode-goal",
  "version": "0.4.1",
  "type": "module",
  "description": "Add Codex-style long-running goals to OpenCode",
  "main": "./src/index.ts",
  "keywords": [
    "opencode",
    "opencode-plugin",
    "plugin",
    "goal"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mirsella/opencode-goal.git"
  },
  "bugs": {
    "url": "https://github.com/mirsella/opencode-goal/issues"
  },
  "homepage": "https://github.com/mirsella/opencode-goal#readme",
  "license": "MIT",
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": "./src/index.ts"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "bun test",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@opencode-ai/plugin": "1.14.37",
    "@opencode-ai/sdk": "1.14.37"
  },
  "overrides": {
    "uuid": "14.0.0"
  },
  "devDependencies": {
    "@types/bun": "^1.3.13",
    "typescript": "^6.0.3"
  }
}
