{ "name": "@hive/shared", "version": "0.0.0", "private": true, "description": "Shared frontend modules used by both the dashboard and the per-agent UI: terminal log pane, Catppuccin palette, base typography. Imported by sibling workspaces; not bundled standalone.", "type": "module", "main": "./src/index.js", "exports": { ".": "./src/index.js", "./terminal.js": "./src/terminal.js", "./base.css": "./src/base.css", "./terminal.css": "./src/terminal.css" }, "files": [ "src/" ] }