diff --git a/package-lock.json b/package-lock.json index 5cad1e78..6adb1880 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,9 +10,6 @@ "workspaces": [ "packages/*" ], - "dependencies": { - "@google/gemini-cli": "^0.1.1" - }, "bin": { "gemini": "bundle/gemini.js" }, diff --git a/package.json b/package.json index 11fb2c95..c755072b 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,5 @@ "typescript-eslint": "^8.30.1", "yargs": "^17.7.2" }, - "dependencies": { - "@google/gemini-cli": "^0.1.1" - } + "dependencies": {} }