forked from LalatinaHub/LatinaBot
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 826 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 826 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
{
"name": "latinabot",
"module": "index.ts",
"type": "module",
"scripts": {
"start": "bun run index.ts"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@google-cloud/vision": "^4.3.2",
"@grammyjs/conversations": "^1.2.0",
"@grammyjs/files": "^1.1.1",
"@grammyjs/ratelimiter": "^1.2.1",
"@grammyjs/runner": "^2.0.3",
"@libsql/client": "^0.14.0",
"@types/node": "^22.10.2",
"cloudflare": "^3.5.0",
"cron": "^3.2.1",
"dotenv": "^16.4.5",
"generate-password": "^1.7.1",
"grammy": "^1.32.0",
"html-entities": "^2.5.2",
"pretty-bytes": "^6.1.1",
"pretty-ms": "^9.2.0",
"sharp": "^0.33.5",
"telegraf-middleware-console-time": "^2.1.0",
"uuid": "^11.0.3"
}
}