{
  "name": "opencode-websearch-cited",
  "version": "1.2.0",
  "description": "An OpenCode plugin that provides LLM-grounded web search with citations.",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/ghoulr/opencode-websearch-cited"
  },
  "homepage": "https://github.com/ghoulr/opencode-websearch-cited#readme",
  "bugs": {
    "url": "https://github.com/ghoulr/opencode-websearch-cited/issues"
  },
  "keywords": [
    "opencode",
    "websearch",
    "citations",
    "plugin",
    "agent"
  ],
  "files": [
    "dist",
    "index.d.ts",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@biomejs/biome": "2.3.11",
    "@opencode-ai/sdk": "1.0.150",
    "@types/bun": "latest",
    "@typescript/native-preview": "^7.0.0-dev.20260109.1",
    "husky": "^9.1.7",
    "lint-staged": "^16.2.7"
  },
  "peerDependencies": {
    "typescript": "^5"
  },
  "scripts": {
    "prepare": "bunx husky",
    "check": "biome check --write && tsgo --noEmit",
    "test:agent": "AGENT=1 bun test --bail",
    "build": "bun build index.ts --outdir dist --target node --format esm --sourcemap --external @opencode-ai/plugin --external @opencode-ai/sdk",
    "prepack": "bun run build"
  },
  "dependencies": {
    "@opencode-ai/plugin": "1.0.150"
  }
}
