{
  "name": "whatsapp-otp-gateway",
  "version": "1.0.0",
  "description": "Self-hosted WhatsApp OTP Gateway for Video Downloader Pro",
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "dependencies": {
    "@whiskeysockets/baileys": "^7.0.0-rc13",
    "cors": "^2.8.5",
    "dotenv": "^16.4.5",
    "express": "^4.19.2",
    "node-fetch": "^2.7.0",
    "pino": "^9.1.0",
    "qrcode": "^1.5.3"
  }
}
