{ "name": "@lxc/live-client", "version": "0.1.0", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsc -p tsconfig.json", "check": "tsc -p tsconfig.json --noEmit", "test": "node --test test/*.test.mjs" }, "dependencies": { "@lxc/protocol": "*" }, "devDependencies": { "typescript": "^5.8.3", "vitest": "^3.1.1" } }