{
  "name": "bsc-address-watcher-bot",
  "version": "1.1.0",
  "description": "Telegram bot to monitor a BSC address: full token portfolio, balance changes, and transactions",
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "dependencies": {
    "axios": "^1.7.9",
    "telegraf": "^4.16.3",
    "web3": "^4.11.1"
  }
}