feat: prototype publish sandbox script with npm package (#182)

This commit is contained in:
Brandon Keiji 2025-04-26 00:30:50 +00:00 committed by GitHub
parent a5ba681f8d
commit d051c0fd0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 96 additions and 9 deletions

3
package-lock.json generated
View file

@ -6835,7 +6835,8 @@
"yargs": "^17.7.2"
},
"bin": {
"gemini-code": "dist/index.js"
"gemini-code": "dist/index.js",
"gemini-code-sandbox": "bin/sandbox.sh"
},
"devDependencies": {
"@types/diff": "^7.0.2",