Deploy: 2026-05-21 17:35:06

This commit is contained in:
Hamza-Ayed
2026-05-21 17:35:06 +03:00
parent 6210a57565
commit 716b6f93bf
3 changed files with 181 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"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",
"express": "^4.19.2",
"pino": "^9.2.0"
}
}