-
Notifications
You must be signed in to change notification settings - Fork 105
/
package.json
26 lines (25 loc) · 867 Bytes
/
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
{
"name": "web-qr",
"version": "0.0.1",
"description": "A multi functional whatsapp bot Web Qr Scanner.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": ["baileysQr","MdLogin", "Suhail-Md","whatsapp-bot","BotWhatsapp","whatsappMdLogin","adiwajshing/baileys","baileys-md-qr","multi-device-qr","md-qr","bot-qr","baileysQrScanner","wabot" ],
"author": "SuhailTechInfo",
"license": "MIT",
"dependencies": {
"@hapi/boom": "^10.0.1",
"@whiskeysockets/baileys": "6.5.0",
"fs-extra": "latest",
"pino": "^8.1.0",
"express": "^4.18.2",
"qrcode": "latest"
},
"repository": {
"type": "git",
"url": "git+https://github.dev/SuhailTechInfo/web-qr.git"
}
}