-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.49 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.49 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
{
"name": "srchd",
"version": "0.0.1",
"scripts": {
"typecheck": "tsgo --noEmit",
"lint": "NODE_OPTIONS='--max-old-space-size=16384' eslint --cache --cache-location .eslintcache src/",
"migrate": "drizzle-kit migrate",
"test": "vitest run"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/dockerode": "^3.3.44",
"@types/node": "^22.0.0",
"@types/sanitize-html": "^2.16.0",
"@types/tar-stream": "^3.1.4",
"@typescript/native-preview": "^7.0.0-dev",
"drizzle-kit": "^0.31.4",
"eslint": "^9.39.1",
"tsx": "^4.0.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.46.3",
"vitest": "^4.0.18"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.57.0",
"@google/genai": "^1.13.0",
"@hono/node-server": "^1.19.1",
"@huggingface/transformers": "^3.8.0",
"@kubernetes/client-node": "^1.4.0",
"@mendable/firecrawl": "^1.21.1",
"@mistralai/mistralai": "^1.10.0",
"@modelcontextprotocol/sdk": "^1.17.1",
"@types/json-schema": "^7.0.15",
"@xterm/xterm": "^6.0.0",
"better-sqlite3": "^12.2.0",
"commander": "^14.0.0",
"dockerode": "^4.0.8",
"drizzle-orm": "^0.44.3",
"hono": "^4.9.6",
"jiti": "^2.6.1",
"marked": "^16.4.1",
"openai": "^5.16.0",
"sanitize-html": "^2.17.0",
"tar-stream": "^3.1.7"
},
"packageManager": "npm@11.11.0+sha512.f36811c4aae1fde639527368ae44c571d050006a608d67a191f195a801a52637a312d259186254aa3a3799b05335b7390539cf28656d18f0591a1125ba35f973"
}