summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authormatt korwel <[email protected]>2025-06-25 06:47:27 -0700
committerGitHub <[email protected]>2025-06-25 13:47:27 +0000
commit6991ba1387436f2a0da995a8c3d3713f186a6544 (patch)
tree70b79d9720a09076864211f324723c3819c4c39b /package.json
parent452dca4301ad34bff8621eb68f5fcbc0796b348a (diff)
Version 0 1 1 (#1426)
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json
index 99051f0c..bfa9c7f5 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,14 @@
{
"name": "@google/gemini-cli",
- "version": "0.1.0",
+ "version": "0.1.1",
"type": "module",
"workspaces": [
"packages/*"
],
+ "repository": "google-gemini/gemini-cli",
+ "config": {
+ "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.1"
+ },
"scripts": {
"generate": "node scripts/generate-git-commit-info.js",
"build": "node scripts/build.js",
@@ -74,5 +78,8 @@
"react-devtools-core": "^4.28.5",
"typescript-eslint": "^8.30.1",
"yargs": "^17.7.2"
+ },
+ "dependencies": {
+ "@google/gemini-cli": "^0.1.1"
}
}