forked from BOTCAHX/RTXZY-MD
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
95 lines (95 loc) · 2.71 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
92
93
94
95
{
"name": "rtxzy",
"version": "7.0.1",
"description": "Lightweight WhatsApp Bot",
"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",
"botcahx",
"baileys"
],
"homepage": "https://github.com/BOTCAHX/RTXZY-MD",
"author": {
"name": "BOTCAHX"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BOTCAHX/RTXZY-MD.git"
},
"bugs": {
"url": "https://github.com/BOTCAHX/RTXZY-MD/issues"
},
"license": "MIT",
"dependencies": {
"@adiwajshing/baileys": "npm:@whiskeysockets/baileys",
"@adiwajshing/keyed-db": "^0.2.4",
"@bochilteam/scraper": "^3.0.0",
"@vitalets/google-translate-api": "^9.0.0",
"javascript-obfuscator": "^4.0.2",
"async": "^3.2.4",
"awesome-phonenumber": "^2.64.0",
"axios": "^0.27.2",
"base64-to-image": "^1.0.2",
"btch-downloader": "^2.3.2",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"colors": "1.4.0",
"express": "^4.18.2",
"didyoumean": "^1.2.2",
"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",
"jsdom": "^20.0.0",
"lodash": "^4.17.21",
"lowdb": "^2.1.0",
"link-preview-js": "^3.0.4",
"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-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",
"qrcode-terminal": "^0.12.0",
"readline": "^1.3.0",
"similarity": "^1.2.1",
"sharp": "^0.32.6",
"socket.io": "^4.5.1",
"syntax-error": "^1.4.0",
"tiktokdl": "^0.0.5",
"terminal-image": "^2.0.0",
"url": "^0.11.0",
"url-regex": "^5.0.0",
"url-regex-safe": "^2.1.0",
"util": "^0.12.4",
"wa-sticker-formatter": "^4.3.2",
"yargs": "^17.5.1",
"ytdl-core": "npm:@distube/ytdl-core@^4.13.3",
"yt-search": "^2.10.3",
"ws": "^8.4.0"
}
}