mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
14 lines
270 B
JSON
14 lines
270 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|