{ "name": "gemini-code", "version": "1.0.0", "private": true, "workspaces": [ "packages/*" ], "scripts": { "build": "npm run build --workspaces", "test": "npm run test --workspaces", "start": "npm run start --workspace=gemini-code-cli" } }