{
  "name": "oysterun",
  "version": "1.5.1",
  "type": "module",
  "description": "Oysterun Host installer and local service",
  "bin": {
    "oysterun": "bin/oysterun.mjs"
  },
  "scripts": {
    "postinstall": "node tool_scripts/verify_oysterun_runtime.mjs",
    "setup": "node host-service/setup.mjs --release-setup",
    "service:install": "tool_scripts/oysterun_release_service.sh install",
    "service:start": "tool_scripts/oysterun_release_service.sh start",
    "service:stop": "tool_scripts/oysterun_release_service.sh stop",
    "service:restart": "tool_scripts/oysterun_release_service.sh restart",
    "service:status": "tool_scripts/oysterun_release_service.sh status",
    "service:logs": "tool_scripts/oysterun_release_service.sh logs",
    "service:uninstall": "tool_scripts/oysterun_release_service.sh uninstall"
  },
  "files": [
    "bin/",
    "host-service/",
    "tool_scripts/",
    "dev/client/web/",
    "dev/client/web-chat/dist/",
    "dev/client/web-chat/oysterun-release-prebuilt.marker",
    "static/",
    "docs/routec/",
    "README.md"
  ],
  "dependencies": {
    "@agentclientprotocol/claude-agent-acp": "0.44.0",
    "better-sqlite3": "12.8.0",
    "qrcode-terminal": "^0.12.0",
    "ws": "^8.19.0"
  },
  "engines": {
    "node": ">=20"
  }
}
