sahel-api / whatsapp-bot /package.json
Mohamed-20's picture
Deploy backend to HF Spaces
1337ed3
Raw
History Blame Contribute Delete
491 Bytes
{
"name": "sahel-whatsapp-bot",
"version": "1.0.0",
"private": true,
"description": "Sahel.ai WhatsApp bot using Baileys (Multi-Device)",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js",
"telegram": "node telegram.js"
},
"dependencies": {
"@whiskeysockets/baileys": "^7.0.0-rc13",
"axios": "^1.7.9",
"dotenv": "^17.4.2",
"pino": "^9.5.0",
"qrcode-terminal": "^0.12.0",
"telegraf": "^4.16.3"
}
}