{ "name": "relay-e2e-suite", "version": "0.0.0", "private": true, "type": "module", "description": "Cross-package end-to-end + adversarial security test harness for the rendezvous-relay service. Wires the REAL P1/P2/P4/P5/P6 exports through in-memory seams and an untrusted-relay attacker vantage; dynamically re-validates the audit findings F1-F6 plus MITM/replay/reflect/INV2/cross-tenant.", "scripts": { "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit" } }