whatsapp/package.json

21 lines
443 B
JSON
Raw Normal View History

2025-05-06 08:51:13 +00:00
{
2025-05-06 18:13:06 +00:00
"name": "baileys-whatsapp-api",
"version": "1.0.0",
"description": "API WhatsApp avec Baileys Pro",
"main": "index.js",
2025-05-06 08:51:13 +00:00
"scripts": {
2025-05-06 18:13:06 +00:00
"start": "node index.js"
2025-05-06 08:51:13 +00:00
},
"dependencies": {
2025-05-06 17:58:53 +00:00
"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",
2025-05-06 18:04:10 +00:00
"axios": "^1.6.2",
"puppeteer": "^21.9.0"
2025-05-06 08:51:13 +00:00
}
2025-05-06 18:13:06 +00:00
}