{ "name": "@mosaic/seat", "version": "0.1.0", "private": true, "description": "Seat launch and registration: `mosaic launch ` runs a seat's launch script unchanged and leaves one registration record the control board reads.", "license": "UNLICENSED", "type": "module", "engines": { "node": ">=24" }, "bin": { "mosaic": "src/cli.mjs" }, "exports": { ".": "./src/seat.mjs" }, "scripts": { "test": "node --test tests/" } }