chore: support Node 18 and pin @google/genai

- Relax engines to >=18.18.0\n- Pin @google/genai to 1.5.1 to avoid Node 20-only releases\n- Docs: add nvm steps and npm global prefix guidance for EACCES on Linux
This commit is contained in:
s41r4j
2025-09-12 14:47:10 +05:30
parent b3ec6c74e8
commit 8de40357a6
2 changed files with 25 additions and 2 deletions
+2 -2
View File
@@ -29,10 +29,10 @@
"homepage": "https://github.com/s41r4j/gims#readme",
"main": "bin/gims.js",
"engines": {
"node": ">=20.0.0"
"node": ">=18.18.0"
},
"dependencies": {
"@google/genai": "^1.5.1",
"@google/genai": "1.5.1",
"clipboardy": "^3.0.0",
"commander": "^11.1.0",
"openai": "^4.0.0",