{
  "name": "opencode-resolve",
  "version": "0.3.1",
  "description": "OpenCode plugin that adds a lightweight resolver/coder harness for continuous agentic coding.",
  "type": "module",
  "homepage": "https://jshsakura.github.io/opencode-resolve/",
  "bugs": {
    "url": "https://github.com/jshsakura/opencode-resolve/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshsakura/opencode-resolve.git"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "bin": {
    "opencode-resolve": "./scripts/cli.mjs"
  },
  "files": [
    "dist",
    "scripts",
    "opencode-resolve.example.json",
    "opencode-resolve.reference.jsonc",
    "README.md",
    "README.ko.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "coverage": "npm run build && node --experimental-test-coverage --test-coverage-lines=79 --test-coverage-branches=69 --test-coverage-functions=85 --test test/*.mjs",
    "hooks:install": "node scripts/install-git-hooks.mjs",
    "install:local": "npm run build && node scripts/install-local.mjs",
    "postinstall": "node scripts/postinstall.mjs",
    "prepack": "npm test",
    "precommit": "npm run typecheck && npm test && npm run coverage",
    "prepush": "npm run precommit && npm pack --dry-run",
    "test": "npm run build && node --test test/*.mjs",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "keywords": [
    "opencode",
    "opencode-plugin",
    "agents",
    "agentic-coding",
    "autonomous-coding",
    "harness",
    "taskflow",
    "resolve",
    "task-resolution",
    "context7",
    "glm",
    "gpt"
  ],
  "license": "MIT",
  "author": "jshsakura",
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@opencode-ai/plugin": "^1.3.13"
  },
  "devDependencies": {
    "@types/node": "^22.13.9",
    "typescript": "^5.8.2"
  }
}
