-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 796 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 796 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
{
"name": "telegram-ollama-chat",
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {
"start:hono": "bun ./src/index.ts --hono",
"start:web": "open-cli http://localhost:1337",
"start:repl": "bun ./src/index.ts --repl",
"start:telegram": "bun ./src/index.ts --telegram",
"build:docs": "bun ./src/docs.mjs"
},
"devDependencies": {
"@types/bun": "latest",
"open-cli": "^8.0.0"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@tensorflow/tfjs-backend-wasm": "^4.22.0",
"@tensorflow/tfjs-core": "^4.22.0",
"agent-swarm-kit": "^1.0.230",
"functools-kit": "^1.0.76",
"hono": "^4.7.5",
"ollama": "^0.5.14",
"pinolog": "^1.0.4",
"plantuml": "^0.0.2",
"telegraf": "^4.16.3"
}
}