-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
43 lines (43 loc) · 969 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "baileysmd-qr",
"version": "1.0.0",
"description": "Get Qr Code Baileys Multi Device",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FokusDotId/Qr-Baileys-MD.git"
},
"keywords": [
"family-md",
"termux-whatsapp-bot",
"whatsapp-bot",
"whatsapp",
"js-whatsapp",
"games-wabot",
"wabot-aq",
"melcanz-bot",
"stikerinbot",
"adiwajshing/baileys",
"baileys-md",
"multi-device",
"md",
"shiraori-md",
"bot",
"scanner",
"wabot"
],
"author": "FokusDotId",
"license": "GPL-3.0 License",
"bugs": {
"url": "https://github.com/FokusDotId/Qr-Baileys-MD/issues"
},
"homepage": "https://github.com/FokusDotId/Qr-Baileys-MD#readme",
"dependencies": {
"@adiwajshing/baileys": "latest",
"qrcode-terminal": "^0.12.0"
}
}