إضافة كود بوابة الواتساب وملفات التهيئة والتحكم في الطريقة

This commit is contained in:
Hamza-Ayed
2026-05-23 16:53:52 +03:00
parent 436fc2efa8
commit cca842f313
8 changed files with 656 additions and 37 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "nabeh-whatsapp-gateway",
"version": "1.0.0",
"description": "WhatsApp Baileys microservice for Nabeh",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@whiskeysockets/baileys": "^6.7.9",
"axios": "^1.7.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"node-cache": "^5.1.2",
"pino": "^9.2.0"
}
}