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:
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user