{ "name": "@hive/dashboard", "version": "0.0.0", "private": true, "description": "hive-c0re dashboard SPA. Bundled by esbuild into a static dist; served by the hive-c0re Rust binary at runtime via tower_http::ServeDir.", "type": "module", "scripts": { "build": "node ./build.mjs" }, "dependencies": { "@hive/shared": "*", "marked": "4.3.0" } }