{ "name": "hyperhive-frontend", "version": "0.0.0", "private": true, "description": "Frontend assets for the hyperhive dashboard and per-agent UIs. Built with esbuild into static dist directories that the Rust binaries serve via tower_http::ServeDir.", "workspaces": [ "packages/shared", "packages/dashboard", "packages/agent" ], "scripts": { "build": "npm run build --workspaces --if-present", "clean": "rm -rf packages/*/dist" }, "devDependencies": { "esbuild": "0.25.5" } }