-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 KB
/
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
{
"type": "module",
"workspaces": [
"sdk-js"
],
"scripts": {
"generate": "node sdk-js/scripts/generate.js",
"format": "prettier --write .",
"postinstall": "patch-package"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@types/audio-context": "^1.0.3",
"@types/audio-play": "^2.3.2",
"@types/node": "^22.13.4",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"globals": "^15.15.0",
"json-schema-to-typescript": "^15.0.4",
"patch-package": "^8.0.0",
"prettier": "^3.5.1",
"tshy": "^3.0.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.0"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.36.3",
"@google/generative-ai": "^0.21.0",
"@mistralai/mistralai": "^1.5.0",
"audio-context": "^1.0.3",
"audio-decode": "^2.2.2",
"audio-play": "^2.3.1",
"cohere-ai": "^7.15.4",
"openai": "^4.85.0"
},
"optionalDependencies": {
"speaker": "^0.5.5"
}
}