{ "name": "@hive/agent", "version": "0.0.0", "private": true, "description": "hive-ag3nt per-container web UI. Bundled by esbuild into a static dist; served by the in-container Rust binary at runtime via tower_http::ServeDir. Per-agent additions are layered on top via the hyperhive.frontend.extraFiles nix option.", "type": "module", "scripts": { "build": "node ./build.mjs", "typecheck": "tsc --noEmit" }, "dependencies": { "@hive/shared": "*", "chart.js": "4.5.1", "dompurify": "^3.2.4", "marked": "18.0.6", "preact": "10.29.8" }, "devDependencies": { "typescript": "7.0.2" } }