{
  "name": "opencode-btw",
  "version": "0.4.0",
  "description": "Hint injection plugin for OpenCode — nudge the model mid-task without interrupting its flow",
  "main": "src/plugin.ts",
  "scripts": {
    "test": "bun test"
  },
  "files": [
    "src/plugin.ts",
    "src/core.ts",
    "src/config.ts",
    "btw.schema.json",
    "LICENSE"
  ],
  "keywords": [
    "opencode",
    "opencode-plugin",
    "copilot",
    "context-injection",
    "btw"
  ],
  "author": "kldzj",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kldzj/opencode-btw.git"
  },
  "bugs": {
    "url": "https://github.com/kldzj/opencode-btw/issues"
  },
  "homepage": "https://github.com/kldzj/opencode-btw#readme",
  "peerDependencies": {
    "@opencode-ai/plugin": "*"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "jsonc-parser": "^3.3.1"
  }
}
