hermes/backend/package.json
Nico ccee249618 v0.6.42: Hermes chat UI — Vue3/TS/Vite, audio STT/TTS, sidebar rail, MCP event loop
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 19:35:10 +02:00

14 lines
286 B
JSON

{
"name": "openclaw-web-gateway",
"version": "0.7.2",
"description": "WebSocket proxy that spawns per-user agent sessions",
"module": "server.ts",
"scripts": {
"start": "bun run server.ts",
"dev": "bun --watch server.ts"
},
"engines": {
"bun": ">=1.0.0"
}
}