-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
123 lines (123 loc) · 2.95 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "miku-md",
"description": "Multi Device Whatsapp Bot By Xeon",
"version": "3.0.0",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "bash start.sh",
"web": "pm2 start index.js --deep-monitoring --attach",
"worker": "forever index.js"
},
"keywords": [
"termux",
"whatsapp",
"2021",
"wabase-md",
"base",
"baileys-md",
"bot",
"bot-md",
"multi-device"
],
"author": "Fantox (FantoX001)",
"license": "MIT",
"dependencies": {
"@adiwajshing/baileys": "^4.4.0",
"@adiwajshing/keyed-db": "^0.2.4",
"@bochilteam/scraper": "^2.0.0",
"@develoka/angka-terbilang-js": "^1.4.2",
"@shineiichijo/marika": "^2.0.2",
"@shineiichijo/nhentai-pdf": "^1.0.5",
"@vitalets/google-translate-api": "^8.0.0",
"anime-wallpaper": "^1.0.2",
"awesome-phonenumber": "^2.70.0",
"axios": "^0.24.0",
"browser-id3-writer": "^4.4.0",
"cfonts": "^2.9.0",
"chalk": "^5.0.1",
"cheerio": "^1.0.0-rc.10",
"child_process": "^1.0.2",
"countapi-js": "^1.0.2",
"crypto": "^1.0.1",
"deepai": "^1.0.21",
"dhn-api": "^1.1.3",
"dotenv": "^16.0.1",
"emoji-api": "^1.0.2",
"express": "^4.18.1",
"figlet": "^1.5.0",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"forever": "latest",
"form-data": "^4.0.0",
"fs": "0.0.1-security",
"g-i-s": "^2.1.6",
"google-it": "^1.6.2",
"google-translate-tts": "^0.4.0-dev",
"google-tts-api": "^2.0.2",
"got": "^11.8.3",
"heroku-client": "^3.1.0",
"human-readable": "^0.2.1",
"hxz-api": "^1.0.1",
"imgbb-uploader": "^1.5.0",
"imgur": "^2.2.0",
"jimp": "^0.16.1",
"jsdom": "^20.0.0",
"listen": "^1.0.1",
"lowdb": "^2.1.0",
"marker": "^0.1.2",
"mathjs": "^9.4.4",
"meme-maker": "^2.1.2",
"minecraft-query": "^1.0.13",
"moment-timezone": "^0.5.34",
"mongodb": "^4.8.1",
"mongoose": "^6.2.1",
"mumaker": "^1.0.0",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1",
"node-superfetch": "^0.1.11",
"node-tesseract-ocr": "^2.2.1",
"node-webpmux": "^3.1.0",
"os": "^0.1.2",
"pastebin-js": "^1.0.6",
"path": "^0.12.7",
"perf_hooks": "0.0.1",
"pino": "^8.1.0",
"pm": "latest",
"pm2": "^5.2.0",
"qr-image": "^3.2.0",
"qr-scanner-files": "^1.5.5",
"qrcode": "^1.5.0",
"qrcode-terminal": "^0.12.0",
"random-seed": "^0.3.0",
"random-useragent": "^0.5.0",
"request": "^2.88.2",
"rumus-bdr": "^1.0.0",
"scrape-primbon": "^1.1.0",
"serve-favicon": "^2.5.0",
"simple-git": "^3.10.0",
"socket.io": "^4.5.1",
"textmaker-thiccy": "^1.3.1",
"tinyurl": "^1.1.7",
"tod-api": "^1.0.5",
"util": "^0.12.4",
"wa-sticker-formatter": "^3.6.0",
"wikijs": "^6.3.3",
"xfarr-api": "^1.0.3",
"yargs": "^17.2.1",
"youtubei.js": "^1.4.4",
"yt-search": "^2.10.2"
},
"directories": {
"lib": "lib",
"src": "src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DGXeon/CheemsBot-MD3.git"
},
"bugs": {
"url": "https://github.com/DGXeon/CheemsBot-MD3/issues"
},
"homepage": "https://github.com/DGXeon/CheemsBot-MD3#readme"
}