{
  "name": "flexiload-whatsapp-bot",
  "version": "1.0.0",
  "description": "WhatsApp customer support bot for Flexiload — uses Gemini AI to understand customer questions and looks up real data from the PHP backend.",
  "main": "index.js",
  "type": "commonjs",
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "@whiskeysockets/baileys": "^6.7.9",
    "qrcode-terminal": "^0.12.0",
    "@google/generative-ai": "^0.21.0",
    "dotenv": "^16.4.5",
    "pino": "^9.4.0"
  }
}
