{
"name": "adk-ui-workspace",
"private": true,
"workspaces": [
"packages/*",
"examples/ui_react_client"
],
"scripts": {
"build": "npm run build --workspaces --if-present",
"test": "npm run test --workspaces --if-present",
"typecheck": "npm run typecheck --workspaces --if-present"
}
}