forked from hoangvvo/llm-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1013 Bytes
/
package.json
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
{
"name": "llm-sdk",
"type": "module",
"workspaces": [
"javascript"
],
"scripts": {
"format": "prettier --write .",
"postinstall": "patch-package"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@types/audio-context": "^1.0.3",
"@types/audio-play": "^2.3.2",
"@types/node": "^22.10.1",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.13.0",
"json-schema-to-typescript": "^15.0.3",
"patch-package": "^8.0.0",
"prettier": "^3.4.2",
"tshy": "^3.0.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.32.1",
"@google/generative-ai": "^0.21.0",
"@mistralai/mistralai": "^1.3.5",
"audio-context": "^1.0.3",
"audio-decode": "^2.2.2",
"audio-play": "^2.3.1",
"cohere-ai": "^7.15.0",
"openai": "^4.76.0"
},
"optionalDependencies": {
"speaker": "^0.5.5"
}
}