{
  "name": "gitnexus-opencode",
  "version": "0.5.1",
  "description": "OpenCode plugin for GitNexus — automatic graph indexing, staleness detection, and subagent hints",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && node esbuild.config.js",
    "dev": "tsc --watch",
    "test": "node --test --import tsx 'test/**/*.test.ts'",
    "prepublishOnly": "tsc && node esbuild.config.js"
  },
  "keywords": [
    "opencode",
    "plugin",
    "gitnexus",
    "code-graph",
    "mcp"
  ],
  "engines": {
    "node": ">=20"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/antomy-gc/gitnexus-opencode"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": ">=1.0.0"
  },
  "devDependencies": {
    "@opencode-ai/plugin": "^1.3.0",
    "@types/node": "^20.19.39",
    "esbuild": "^0.28.0",
    "tsx": "^4.21.0",
    "typescript": "^5.7.0"
  }
}
