{ "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" } }