{ "name": "@briven/realtime", "version": "0.0.0", "private": true, "description": "WebSocket service for reactive queries — LISTEN/NOTIFY fan-out", "type": "module", "main": "src/index.ts", "scripts": { "dev": "bun run --watch src/index.ts", "start": "bun run src/index.ts", "build": "echo 'realtime: bun runs TS directly, no build step'", "lint": "eslint . --max-warnings 0", "typecheck": "tsc --noEmit", "test": "bun test" }, "dependencies": { "@briven/config": "workspace:*", "@briven/shared": "workspace:*", "pg": "^8.13.0", "zod": "^4.3.6" }, "devDependencies": { "@types/pg": "^8.11.0", "bun-types": "^1.3.13", "typescript": "^6.0.3" } }