whatsapp/package.json
2025-05-06 14:44:40 +02:00

17 lines
347 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": {
"@fizzxydev/baileys-pro": "latest",
"@hapi/boom": "^10.0.1",
"express": "^4.18.4",
"qrcode": "^1.5.1",
"sharp": "^0.33.0"
}
}