forked from WhoIsLaughtsOFF/war
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 2.32 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 2.32 KB
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
{
"name": "Deff",
"description": "Whatsapp Using Lib Baileys Multi Device",
"version": "1.0.1",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index"
},
"keywords": [
"termux",
"whatsapp",
"2021",
"wabase-md",
"base",
"baileys-md",
"bot",
"bot-md",
"multi-device"
],
"author": "DEFF",
"license": "MIT",
"dependencies": {
"@adiwajshing/baileys": "^4.1.0",
"@adiwajshing/keyed-db": "^0.2.4",
"@bochilteam/scraper": "^2.0.0",
"@develoka/angka-terbilang-js": "^1.4.2",
"awesome-phonenumber": "^2.70.0",
"axios": "^0.24.0",
"amethyste-api": "^1.1.5",
"chalk": "^4.1.2",
"caliph-api": "^0.8.4",
"cheerio": "^1.0.0-rc.10",
"child_process": "^1.0.2",
"crypto": "^1.0.1",
"clui": "^0.3.6",
"dhn-api": "^1.1.3",
"didyoumean": "^1.2.2",
"express": "^4.18.1",
"emoji-api": "^1.0.2",
"ejs": "^3.1.8",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"figlet": "^1.5.0",
"fs": "0.0.1-security",
"fs-extra": "10.0.1",
"g-i-s": "^2.1.6",
"google-it": "^1.6.2",
"got": "^11.8.3",
"gradient-string": "^2.0.1",
"human-readable": "^0.2.1",
"hxz-api": "^1.0.1",
"hikki-me": "^1.0.8",
"imgbb-uploader": "^1.3.5",
"ikyy": "^3.0.4",
"jimp": "^0.16.1",
"jsdom": "^16.4.0",
"mathjs": "^9.4.4",
"minecraft-query": "^1.0.13",
"moment-timezone": "^0.5.34",
"mumaker": "^1.0.0",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1",
"node-webpmux": "^3.1.0",
"node-os-utils": "^1.3.6",
"node-youtube-music": "^0.7.0",
"node-tesseract-ocr": "^2.2.1",
"os": "^0.1.2",
"path": "^0.12.7",
"perf_hooks": "0.0.1",
"pino": "^7.0.5",
"prompt-sync": "^4.2.0",
"qrcode-terminal": "^0.12.0",
"qrcode": "^1.5.0",
"ra-api": "^1.3.2",
"request": "^2.88.2",
"remove.bg": "^1.3.0",
"scrape-primbon": "^1.1.0",
"systeminformation": "^5.11.16",
"similarity": "^1.2.1",
"spinnies": "^0.5.1",
"textmaker-thiccy": "^1.3.1",
"tod-api": "^1.0.5",
"util": "^0.12.4",
"unofficial-carbon-now": "^1.0.6",
"yargs": "^17.2.1",
"yt-search": "^2.10.2"
},
"directories": {
"lib": "./worker/lib",
"src": "./worker/src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DEFF-Y/Deff-MdV4.git"
},
"bugs": {
"url": "https://github.com/DEFF-Y/Deff-MdV4/issues"
},
"homepage": "https://github.com/DEFF-Y/Deff-MdV4#readme"
}