-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.19 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.19 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "computer-plugin",
"version": "3.0.0",
"type": "module",
"scripts": {
"postinstall": "node scripts/setup-vad-libs.js",
"prestart": "node scripts/build-check.js",
"start": "node server/index.js",
"dev": "node --watch server/index.js"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.1019.0",
"@google/genai": "^1.46.0",
"@lancedb/lancedb": "^0.30.0",
"@ricky0123/vad-web": "^0.0.30",
"cors": "^2.8.5",
"express": "^4.21.0",
"express-rate-limit": "^8.2.1",
"googleapis": "^171.4.0",
"helmet": "^8.1.0",
"kokoro-js": "^1.2.1",
"multer": "2.2.0",
"onnxruntime-web": "^1.19.0",
"openai": "^6.33.0",
"uuid": "^10.0.0",
"ws": "8.18.3"
},
"overrides": {
"postcss": "8.5.25",
"form-data": "4.0.4",
"shell-quote": "1.9.0",
"websocket-driver": "0.7.5",
"axios": "1.18.0",
"tar": "7.5.19",
"node-forge": "1.4.0",
"flatted": "3.4.2",
"lodash": "4.18.0",
"cross-spawn": "7.0.6",
"serialize-javascript": "7.0.3",
"nth-check": "2.0.1",
"braces": "3.0.3",
"http-proxy-middleware": "2.0.9",
"fast-uri": "3.1.4",
"svgo": "2.8.3",
"underscore": "1.13.8",
"jws": "4.0.1",
"protobufjs": "7.5.5",
"body-parser": "1.20.3",
"multer": "2.2.0",
"undici": "7.28.0",
"hono": "4.12.25",
"drizzle-orm": "0.45.2",
"nodemailer": "9.0.1",
"turbo-stream": "3.0.0",
"linkify-it": "5.0.2",
"sharp": "0.34.5",
"adm-zip": "0.5.16",
"@modelcontextprotocol/sdk": "1.25.2",
"fast-xml-builder": "1.1.7",
"@babel/plugin-transform-modules-systemjs": "7.29.4",
"minimatch": "9.0.7",
"minimatch@3": "3.1.4",
"minimatch@5": "5.1.8",
"minimatch@9": "9.0.7",
"brace-expansion@1": "1.1.17",
"brace-expansion@2": "2.1.3",
"js-yaml@3": "3.15.0",
"js-yaml@4": "4.3.0",
"picomatch@2": "2.3.2",
"picomatch@4": "4.0.4",
"ws@7": "7.5.10",
"ws@8": "8.18.3",
"form-data@3": "3.0.4",
"form-data@4": "4.0.4",
"path-to-regexp@0.1": "0.1.12",
"glob": "10.5.0",
"semver": "7.7.2",
"ansi-regex": "6.1.0",
"ws": "8.18.3",
"vite@5": "5.4.21",
"vite@6": "6.4.3",
"vite@7": "7.3.5"
}
}