{ "name": "@uncaged/workflow-monorepo", "private": true, "workspaces": ["packages/*"], "scripts": { "build": "bun run --filter '*' build", "test": "bun run --filter '*' test" } }