File size: 491 Bytes
1337ed3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "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"
  }
}