gemini-openai-proxy / package.json
engineofperplexity's picture
first upload
6aaf221
{
"name": "gcli_oai_proxy",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@google/gemini-cli": "^0.1.2"
},
"devDependencies": {
"@types/node": "^24.0.4",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}