File size: 348 Bytes
fcc56e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "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"
  }
}