{
  "name": "open-plan-annotator",
  "version": "1.3.0",
  "type": "module",
  "description": "Fully local plugin for interactive plan annotation from your Agentic assistants",
  "author": "ndom91",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ndom91/open-plan-annotator.git"
  },
  "keywords": [
    "claude-code",
    "opencode",
    "plugin",
    "plan-mode",
    "annotation",
    "code-review"
  ],
  "workspaces": [
    "packages/*",
    "ui"
  ],
  "main": "opencode/index.js",
  "bin": {
    "open-plan-annotator": "bin/open-plan-annotator.mjs"
  },
  "files": [
    "bin/open-plan-annotator.mjs",
    "shared/cliHelp.mjs",
    "shared/cliMode.mjs",
    "shared/packageManager.mjs",
    "shared/updateMessage.mjs",
    "shared/runtimeResolver.mjs",
    "shared/updateHints.mjs",
    "shared/versionInfo.mjs",
    ".claude-plugin/",
    "opencode/bridge.js",
    "opencode/config.js",
    "opencode/index.js",
    "hooks/",
    "CLAUDE.md",
    "README.md"
  ],
  "scripts": {
    "test": "bun test",
    "typecheck": "tsgo --noEmit --project ui/tsconfig.json && tsgo --noEmit --project server/tsconfig.json",
    "build:ui": "cd ui && bun run vite build",
    "build:platforms": "bun scripts/build-platforms.mjs",
    "build": "bun run build:ui && bun run build:platforms",
    "release": "bun run build",
    "pack:check": "bun scripts/check-package-files.mjs",
    "dev:ui": "cd ui && bun run vite --port 5173",
    "dev:server": "NODE_ENV=development bun run server/index.ts",
    "dev": "NODE_ENV=development bun run server/index.ts & cd ui && bun run vite --port 5173",
    "lint": "biome check .",
    "lint:fix": "biome check --write .",
    "format": "biome format --write .",
    "do-release": "./scripts/release.sh",
    "prepack": "bun scripts/claude-pack-docs.mjs prepack",
    "postpack": "bun scripts/claude-pack-docs.mjs postpack"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.6",
    "@types/node": "^25.3.0",
    "@types/bun": "^1.3.9",
    "@typescript/native-preview": "^7.0.0-dev.20260224.1"
  },
  "dependencies": {
    "@opencode-ai/plugin": "^1.2.14"
  },
  "optionalDependencies": {
    "@open-plan-annotator/runtime-darwin-arm64": "1.3.0",
    "@open-plan-annotator/runtime-darwin-x64": "1.3.0",
    "@open-plan-annotator/runtime-linux-arm64": "1.3.0",
    "@open-plan-annotator/runtime-linux-x64": "1.3.0"
  }
}
