{ "name": "pollinations-telegram-bot", "version": "1.0.0", "description": "Telegram bot for image generation using Pollinations.ai", "main": "index.js", "scripts": { "start": "node index.js" }, "dependencies": { "axios": "^1.6.8", "dotenv": "^16.4.5", "express": "^5.2.1", "node-telegram-bot-api": "^0.65.1" } }