whatsapp/package.json
2025-05-06 20:13:06 +02:00

21 lines
443 B
JSON

{
"name": "baileys-whatsapp-api",
"version": "1.0.0",
"description": "API WhatsApp avec Baileys Pro",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"venom-bot": "^4.3.7",
"express": "^4.18.2",
"express-rate-limit": "^6.8.1",
"helmet": "^7.1.0",
"morgan": "^1.10.0",
"qrcode": "^1.5.3",
"winston": "^3.11.0",
"axios": "^1.6.2",
"puppeteer": "^21.9.0"
}
}