summaryrefslogtreecommitdiff
path: root/packages/cli/package.json
diff options
context:
space:
mode:
authorDeWitt Clinton <[email protected]>2025-06-12 07:09:38 -0700
committerGitHub <[email protected]>2025-06-12 07:09:38 -0700
commitf2ab6d08c4cd0ca9a5b3900a6bb66a083c0577ee (patch)
treedb2083848fc070f0de6ac4fe385f59e71a04fc46 /packages/cli/package.json
parent9072a4e5ee5d6a8b524be40b0465b66e5d3dceba (diff)
Improve the performance of filename completion over large repositories. (#938)
Diffstat (limited to 'packages/cli/package.json')
-rw-r--r--packages/cli/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/cli/package.json b/packages/cli/package.json
index 03eca1c7..1e1c86a5 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -30,6 +30,7 @@
},
"dependencies": {
"@gemini-cli/core": "file:../core",
+ "command-exists": "^1.2.9",
"diff": "^7.0.0",
"dotenv": "^16.4.7",
"highlight.js": "^11.11.1",
@@ -48,18 +49,17 @@
"string-width": "^7.1.0",
"strip-ansi": "^7.1.0",
"strip-json-comments": "^3.1.1",
- "command-exists": "^1.2.9",
"yargs": "^17.7.2"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
+ "@types/command-exists": "^1.2.3",
"@types/diff": "^7.0.2",
"@types/dotenv": "^6.1.1",
"@types/node": "^20.11.24",
"@types/react": "^18.3.1",
"@types/shell-quote": "^1.7.5",
"@types/yargs": "^17.0.32",
- "@types/command-exists": "^1.2.3",
"ink-testing-library": "^4.0.0",
"jsdom": "^26.1.0",
"typescript": "^5.3.3",