mirror of
https://github.com/complexcaresolutions/telegram-media-bot.git
synced 2026-03-17 17:23:42 +00:00
25 lines
573 B
JSON
25 lines
573 B
JSON
{
|
|
"name": "telegram-media-bot",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "Telegram bot for uploading images to Payload CMS Media collection",
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts",
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"lint": "tsc --noEmit"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.23.0",
|
|
"dependencies": {
|
|
"dotenv": "^17.3.1",
|
|
"grammy": "^1.40.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.3.3",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|