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