-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.29 KB
/
package.json
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
{
"name": "carneloot-bot",
"version": "1.0.0",
"description": "A telegram bot to do general stuff for my likings",
"main": "src/index.ts",
"author": "Matheus Carnelutt (matheuschafrao@gmail.com)",
"license": "MIT",
"type": "module",
"scripts": {
"db:push": "drizzle-kit push",
"build:dev": "tsc",
"dev": "nodemon",
"start": "bun run src/index.ts",
"set-webhook": "curl $BOT_URL/api/set-webhook",
"test": "bun test"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@total-typescript/ts-reset": "^0.6.1",
"@types/bun": "^1.1.14",
"@types/js-quantities": "^1.6.6",
"@types/ms": "^0.7.34",
"cross-env": "^7.0.3",
"drizzle-kit": "^0.29.0",
"nodemon": "^3.1.7",
"typescript": "^5.7.2"
},
"dependencies": {
"@grammyjs/conversations": "^1.2.0",
"@grammyjs/emoji": "^1.2.0",
"@grammyjs/menu": "^1.3.0",
"@hono/zod-validator": "^0.4.1",
"@libsql/client": "^0.14.0",
"@paralleldrive/cuid2": "^2.2.2",
"@vvo/tzdb": "^6.151.0",
"axios": "^1.7.8",
"bullmq": "^5.31.0",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.1",
"drizzle-orm": "^0.37.0",
"grammy": "^1.32.0",
"hono": "^4.6.12",
"js-quantities": "^1.8.0",
"ms": "^2.1.3",
"neverthrow": "^6.2.2",
"table": "^6.9.0",
"tiny-invariant": "^1.3.3",
"tinyduration": "^3.3.1",
"zod": "^3.23.8"
}
}