Initial Commit

This commit is contained in:
2025-06-27 22:45:20 -05:00
parent f35b07ecca
commit 6a5c84b609
9 changed files with 5884 additions and 2 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "gemini-cli-openai-api",
"version": "1.0.0",
"main": "server.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Stefano Fiorini",
"license": "MIT",
"description": "",
"dependencies": {
"@google/gemini-cli": "^0.1.3"
},
"devDependencies": {
"@types/node": "^24.0.4",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}