diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 00000000..afa76ce4 --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "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" + } +} |
