-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 KB
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
{
"name": "web-pair",
"version": "0.0.2",
"type": "commonjs",
"description": "A multi-functional WhatsApp bot Pairing Web and QR Scanner.",
"main": "index.js",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"start": "pm2 start index.js --deep-monitoring --attach --name qasim",
"stop": "pm2 stop qasim",
"restart": "pm2 restart qasim",
"dev": "nodemon index.js"
},
"keywords": [
"baileysQr", "MdLogin", "ULTRA-MD", "whatsapp-bot", "BotWhatsapp",
"whatsappMdLogin", "adiwajshing/baileys", "baileys-md-qr", "multi-device-qr",
"md-pair", "bot-pair", "baileysQrScanner", "botpairing", "WhatsAppPairing", "LinkDevice"
],
"author": "GlobalTechInfo",
"license": "MIT",
"dependencies": {
"@hapi/boom": "^10.0.1",
"@whiskeysockets/baileys": "6.6.0",
"awesome-phonenumber": "^2.64.0",
"fs-extra": "latest",
"megajs": "^1.3.3",
"pino": "^8.1.0",
"phone": "3.1.30",
"body-parser": "^1.20.1",
"path": "^0.12.7",
"express": "^4.18.1",
"pm2": "^5.4.2",
"qrcode": "^1.5.3"
}
}