{ "name": "@wrnexus/rpc", "version": "0.8.4", "private": true, "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "description": "Typed request/response calls between workspace apps, carrying end-user identity.", "files": [ "src", "README.md" ], "scripts": { "test": "bun test", "typecheck": "tsc --noEmit", "check": "bun run typecheck && bun run test" }, "dependencies": { "@wrnexus/authz": "workspace:*", "@wrnexus/core": "workspace:*", "@wrnexus/jwt": "workspace:*", "@wrnexus/helpers": "workspace:*", "@wrnexus/validation": "workspace:*" }, "devDependencies": { "@types/bun": "^1.3.14", "typescript": "^5.9.2" } }