{
  "name": "auto-mode-gate",
  "version": "0.4.3",
  "description": "Deterministic-first permission control for OpenCode and Pi",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Yivas/auto-mode-gate.git"
  },
  "homepage": "https://yivas.github.io/auto-mode-gate/",
  "bugs": {
    "url": "https://github.com/Yivas/auto-mode-gate/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./src/opencode-runtime.ts",
    "./server": "./src/opencode-runtime.ts",
    "./pi": "./src/pi-runtime.ts"
  },
  "files": [
    "src",
    "docs",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "keywords": [
    "ai-coding-agent",
    "bash",
    "opencode-plugin",
    "permission-gate",
    "pi-package",
    "security"
  ],
  "pi": {
    "extensions": [
      "./src/pi-runtime.ts"
    ]
  },
  "scripts": {
    "test": "node --test tests/*.test.ts",
    "test:opencode-host": "node tests/opencode-host.mjs"
  }
}
