{ "name": "lxc-streamutils", "private": true, "packageManager": "pnpm@10.12.1", "workspaces": ["apps/*", "packages/*"], "scripts": { "build": "npm --workspace @lxc/protocol run build && npm --workspace @lxc/live-client run build && npm --workspace @lxc/server run build && npm --workspace @lxc/web run build", "check": "npm --workspace @lxc/protocol run check && npm --workspace @lxc/live-client run check && npm --workspace @lxc/server run check && npm --workspace @lxc/web run check", "test": "npm run build && npm --workspace @lxc/protocol run test && npm --workspace @lxc/live-client run test && npm --workspace @lxc/server run test", "dev": "npm --workspace @lxc/server run dev" } }