-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 748 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 748 Bytes
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
{
"name": "2b",
"module": "index.ts",
"bin": {
"2b": "./index.ts"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"scripts": {
"backup": "bun scripts/backup.ts"
},
"private": true,
"type": "module",
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"@mozilla/readability": "^0.6.0",
"@tensorflow/tfjs-node": "^4.22.0",
"@types/marked": "^6.0.0",
"@vladmandic/human": "^3.3.6",
"ink": "^6.8.0",
"ink-text-input": "^6.0.0",
"jsdom": "^29.0.1",
"kokoro-js": "^1.2.1",
"marked": "^17.0.5",
"ollama": "^0.6.3",
"onnxruntime-node": "^1.24.2",
"openai": "^6.25.0",
"prism-media": "^1.3.5",
"zod": "^4.3.6"
}
}