{
    "name": "whatsapp-gateway",
    "version": "1.0.0",
    "description": "WhatsApp Gateway using Baileys",
    "main": "index.js",
    "scripts": {
        "start": "node index.js"
    },
    "dependencies": {
        "@whiskeysockets/baileys": "^6.6.0",
        "express": "^4.18.2",
        "qrcode": "^1.5.3",
        "pino": "^8.16.1",
        "cors": "^2.8.5",
        "body-parser": "^1.20.2"
    }
}