Spaces:
Paused
Paused
File size: 743 Bytes
e01649a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
{
"name": "web-pair",
"version": "0.0.1",
"description": "A multi functional whatsapp bot Web paircode.",
"main": "index.js",
"scripts": {
"start": "pm2 start index.js --deep-monitoring --attach --name vajira-md",
"stop": "pm2 stop vajira-md",
"restart": "pm2 restart vajira-md"
},
"dependencies": {
"@whiskeysockets/baileys": "git+https://github.com/VajiraTech/VAJIRA-BAILEYS.git",
"@adiwajshing/keyed-db": "^0.2.4",
"qrcode": "^1.5.3",
"awesome-phonenumber": "^2.64.0",
"pino": "^8.1.0",
"phone" : "3.1.30",
"body-parser": "^1.20.1",
"express": "^4.18.1",
"path": "^0.12.7",
"megajs": "1.1.7",
"pm2": "^5.4.0",
"async-mutex":"0.4.1"
}
}
|