-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 776 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 776 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
36
37
{
"name": "qrgrbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "bun src/index.ts",
"dev": "bun run start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@grammyjs/web-app": "^1.3.0",
"@types/luxon": "^3.7.1",
"@types/qrcode": "^1.5.6",
"dotenv": "^16.6.1",
"drizzle-orm": "^0.45.1",
"grammy": "^1.41.1",
"jimp": "^0.16.13",
"jsqr": "^1.4.0",
"luxon": "^3.7.2",
"postgres": "^3.4.8",
"qr-scanner": "^1.4.2",
"qrcode": "^1.5.4",
"typescript": "^4.9.5",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/bun": "^1.3.10",
"drizzle-kit": "^0.31.9"
},
"private": true,
"peerDependencies": {
"typescript": "^5"
}
}