{
  "name": "telegram-bot",
  "version": "1.0.0",
  "description": "Bot to handle product licenses",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "dependencies": {
    "axios": "^1.15.2",
    "dotenv": "^16.4.5",
    "googleapis": "^171.4.0",
    "mysql2": "^3.9.7",
    "telegraf": "^4.16.3"
  }
}
