1 2 3 4 5 6 7 8 9 10 11
{ "name": "uxc-monorepo", "private": true, "workspaces": [ "packages/*" ], "scripts": { "build:ts": "npm run --workspace @holon-run/uxc-daemon-client build", "test:ts": "npm run --workspace @holon-run/uxc-daemon-client test" } }