This commit is contained in:
julien 2025-05-06 12:15:40 +02:00
parent 051e5d7cb2
commit 9a008c9f07

View File

@ -1,14 +1,15 @@
{ {
"name": "whatsapp-wweb", "name": "baileys-whatsapp-api",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js", "description": "API WhatsApp multi-device avec Baileys",
"type": "module", "type": "module",
"scripts": { "scripts": {
"start": "node index.js" "start": "node index.js"
}, },
"dependencies": { "dependencies": {
"@hapi/boom": "^10.0.1",
"@whiskeysockets/baileys": "^6.7.1",
"express": "^4.18.4", "express": "^4.18.4",
"qrcode": "^1.5.1", "qrcode": "^1.5.1"
"whatsapp-web.js": "^1.21.0"
} }
} }