-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.12 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.12 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
47
48
{
"name": "superbinder-ai",
"version": "0.0.121",
"description": "Multi-person multi-agent AI interactions",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"agentic",
"ai",
"architecture",
"tools",
"open source",
"binder",
"multi-player",
"MIT"
],
"author": "The Government of Alberta",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.32.1",
"@azure/openai": "^2.0.0",
"@deepgram/sdk": "^3.9.0",
"@google/genai": "^0.6.0",
"@google/generative-ai": "^0.21.0",
"@mistralai/mistralai": "^1.3.6",
"axios": "^1.7.9",
"cheerio": "^1.0.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"elevenlabs": "^1.56.0",
"express": "^4.21.2",
"groq-sdk": "^0.9.1",
"helmet": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.12.1",
"multer": "^1.4.5-lts.1",
"openai": "^4.76.0",
"pdfjs-dist": "^4.10.38",
"playht": "^0.16.0",
"sharp": "^0.33.5",
"short-unique-id": "^5.2.0",
"socket.io": "^4.8.1",
"uuid": "^11.0.3",
"ws": "^8.18.0"
}
}