feat: add Telegram album purchase bot
This commit is contained in:
+6
-5
@@ -3,11 +3,12 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"seed": "bun run scripts/seed.ts"
|
||||
"dev": "bun --bun next dev",
|
||||
"build": "bun --bun next build",
|
||||
"start": "bun --bun next start",
|
||||
"lint": "bun --bun next lint",
|
||||
"seed": "bun run scripts/seed.ts",
|
||||
"telegram:webhook": "bun run scripts/setup-telegram-webhook.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.937.0",
|
||||
|
||||
Reference in New Issue
Block a user