Files
lxc-streamutils/package.json
T
2026-07-14 21:31:59 -07:00

13 lines
716 B
JSON

{
"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"
}
}