{ "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" }, "dependencies": { "@hive/shared": "*", "marked": "4.3.0", "chart.js": "4.4.4" } }