forked from mouricedevs/gifted-sessions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (48 loc) · 1.13 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "gifted-sessions",
"version": "2.5.0",
"description": "Get session id for Gifted_Md whatsapp bot using pairing code.",
"main": "./gifted.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node gifted.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mouricedevs/gifted-md-qr.git"
},
"keywords": [
"baileysQr",
"MdLogin",
"Gifted-Md",
"whatsapp-bot",
"pairingCode",
"waPairingCode",
"adiwajshing/baileys",
"baileys-md-qr",
"multi-device-qr",
"md-qr",
"bot-qr",
"baileysParingCode",
"wabot"
],
"author": "Gifted Tech",
"license": "ISC",
"dependencies": {
"@adiwajshing/keyed-db": "latest",
"@hapi/boom": "^10.0.1",
"@whiskeysockets/baileys": "6.5.0",
"axios": "^1.5.1",
"child_process": "latest",
"crypto-js": "^4.1.1",
"fs-extra": "latest",
"libphonenumber-js": "^1.10.44",
"node-cache": "^5.1.2",
"nodejs-base64": "^2.0.0",
"open": "^9.1.0",
"pastebin-js": "^1.0.6",
"pino": "^8.1.0",
"prompt-sync": "^4.2.0",
"qrcode-terminal": "latest"
}
}