{ "name": "relay-run", "version": "0.0.0", "private": true, "type": "module", "description": "Phase 0 single-host runnable rendezvous-relay. Composes the REAL P1 (term-relay data-plane), P4 (relay-e2e), and P5 (relay-auth) exports through in-memory control-plane stores + self-signed TLS, so a browser can click through to a local shell E2E-spliced by the real relay-node. Dev only. See docs/PLAN_RELAY_RUN_PHASE0.md.", "engines": { "node": ">=20" }, "scripts": { "start": "tsx src/main.ts", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit" } }