forked from dreamhartley/JimiHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 737 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "gemini-proxy-panel-node",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js"
},
"keywords": [],
"author": "dream_hartley",
"license": "Apache-2.0",
"description": "A Gemini to OpenAI format proxy supporting multi-apikey rotation. Supports multiple deployment methods.",
"dependencies": {
"@google-cloud/vertexai": "^0.5.0",
"@octokit/rest": "^20.0.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.18.2",
"mime-types": "^2.1.35",
"node-fetch": "^2.7.0",
"sqlite3": "^5.1.7",
"socks-proxy-agent": "^8.0.3",
"uuid": "^9.0.1"
}
}