-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.04 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.04 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@banaxi/banana-code",
"version": "2.4.0",
"description": "🍌 BananaCode",
"keywords": [
"banana",
"ai",
"cli",
"agent",
"coding-assistant",
"terminal",
"gemini",
"claude",
"openai",
"ollama"
],
"type": "module",
"license": "GPL-3.0-or-later",
"bin": {
"banana": "bin/banana.js"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.90.0",
"@google/generative-ai": "^0.21.0",
"@inquirer/prompts": "^7.2.3",
"@modelcontextprotocol/sdk": "^1.28.0",
"@openai/codex": "^0.117.0",
"chalk": "^5.4.1",
"cors": "^2.8.6",
"diff": "^8.0.4",
"express": "^5.2.1",
"glob": "13.0.6",
"marked": "^15.0.12",
"marked-terminal": "^7.3.0",
"open": "^11.0.0",
"openai": "^4.79.1",
"ora": "^8.1.1",
"ws": "^8.20.0"
}
}