{ "name": "telegram-test-bot", "version": "1.0.0", "description": "Тестовый Telegram‑бот для проверки системы", "main": "bot.js", "scripts": { "start": "node -r dotenv/config bot.js" }, "author": "", "license": "MIT", "dependencies": { "telegraf": "^4.12.2", "dotenv": "^16.4.5" } }