{ "name": "control-plane", "version": "0.0.0", "private": true, "type": "module", "description": "P3 — Control Plane & Accounts for the rendezvous-relay service. Account/host/session registries (immutable, INV8), pairing issuance+redemption+BIND, subdomain assignment, Redis routing table, provisioning/metering/revocation APIs, registry-gated mTLS leaf signing (INV14), immutable zero-payload audit (INV10). Imports relay-contracts read-only. See docs/PLAN_RELAY_CONTROLPLANE.md.", "engines": { "node": ">=18" }, "main": "src/main.ts", "scripts": { "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "coverage": "vitest run --coverage" }, "dependencies": { "relay-contracts": "file:../relay-contracts", "relay-auth": "file:../relay-auth", "fastify": "^4.28.1", "ioredis": "^5.4.1", "pg": "^8.12.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^25.9.3", "@types/pg": "^8.11.10", "@vitest/coverage-v8": "^4.1.9", "typescript": "^6.0.3", "vitest": "^4.1.9" } }