blob: afa76ce4f43a4efac2261e4d5736c12faa938897 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"
}
}
|