{
  "name": "opencode-nvim",
  "version": "0.1.0",
  "description": "OpenCode plugin that opens AI-edited files in Neovim automatically",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": ["dist", "bin", "scripts", "commands"],
  "keywords": [
    "opencode",
    "nvim",
    "neovim",
    "editor",
    "plugin"
  ],
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "postinstall": "node scripts/postinstall.js"
  },
  "dependencies": {
    "@opencode-ai/plugin": "^1.17.20"
  },
  "devDependencies": {
    "@types/node": "^26.1.1",
    "typescript": "^5.0.0"
  }
}
