-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.36 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "Piyyuuu-Multi-Device",
"version": "10.2.5",
"description": "Piyyuuu-Multi-Device",
"depecrated": false,
"main": "index.js",
"directories": {
"lib": "lib",
"src": "src",
"plugins": "plugins"
},
"scripts": {
"start": "node index.js --autocleartmp --autoread",
"test": "node test.js",
"test2": "nodemon index.js --server --autocleartmp --autoread"
},
"keywords": [
"whatsapp-bot-md",
"whatsapp-bot",
"whatsapp",
"js-whatsapp",
"whatsapp",
"Games-wabot",
"wabot-aq",
"whiskeysockets",
"baileys"
],
"license": "MIT",
"dependencies": {
"@adiwajshing/baileys": "npm:@whiskeysockets/baileys",
"@adiwajshing/keyed-db": "^0.2.4",
"@neoxr/wb": "^1.24.37",
"@bochilteam/scraper": "^3.0.0",
"@vitalets/google-translate-api": "^9.0.0",
"async": "^3.2.4",
"awesome-phonenumber": "^2.64.0",
"axios": "^0.27.2",
"base64-to-image": "^1.0.2",
"btch-downloader": "^2.3.2",
"canvas": "^2.11.2",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"colors": "1.4.0",
"didyoumean": "^1.2.2",
"express": "^4.18.2",
"ffmpeg": "^0.0.4",
"file-type": "^16.5.3",
"form-data": "^4.0.0",
"google-it": "^1.6.3",
"human-readable": "^0.2.1",
"hxz-api": "^1.0.1",
"imagemagick": "^0.1.3",
"javascript-obfuscator": "^4.0.2",
"jsdom": "^20.0.0",
"knights-canvas": "^1.3.7-a",
"link-preview-js": "^3.0.4",
"lodash": "^4.17.21",
"lowdb": "^2.1.0",
"moment-timezone": "^0.5.37",
"mongoose": "^6.0.14",
"node-fetch": "^2.6.9",
"node-gtts": "2.0.2",
"node-os-utils": "^1.3.7",
"node-schedule": "^2.1.1",
"node-webpmux": "^3.1.3",
"nodemon": "^2.0.20",
"ocr-space-api-wrapper": "^2.2.0",
"os": "^0.1.2",
"perf_hooks": "^0.0.1",
"qrcode": "^1.5.0",
"pdfkit": "^0.14.0",
"qrcode-terminal": "^0.12.0",
"readline": "^1.3.0",
"sharp": "^0.32.6",
"similarity": "^1.2.1",
"socket.io": "^4.5.1",
"syntax-error": "^1.4.0",
"terminal-image": "^2.0.0",
"tiktokdl": "^0.0.5",
"url": "^0.11.0",
"url-regex": "^5.0.0",
"url-regex-safe": "^2.1.0",
"util": "^0.12.4",
"venom": "^0.1.0",
"venom-bot": "^5.0.21",
"wa-sticker-formatter": "^4.3.2",
"yargs": "^17.5.1",
"yt-search": "^2.10.3",
"ytdl-core": "npm:@distube/ytdl-core@^4.13.3"
}
}