{
  "name": "agent-chat",
  "version": "1.0.0",
  "private": true,
  "description": "Static OpenClaw Gateway chat UI and its Node.js verification scripts.",
  "scripts": {
    "test:filter": "node test-filter-logic.js",
    "test:regressions": "node test-regressions.mjs",
    "test:models": "node test-models-list.js",
    "check": "node --check test-filter-logic.js && node --check test-models-list.js && node --check js/gateway.js && node --check js/main.js && node --check js/state.js && node --check js/ui.js"
  },
  "devDependencies": {
    "ws": "^8.18.3"
  }
}
