forked from kingmalvn/AKIO-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 3.3 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": "𝙰𝙺𝙸𝙾-𝙼𝙳",
"version": "2.0.0",
"description": "WhatsApp Multi Device Bot",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js"
},
"keywords": [
"termux",
"whatsapp-openai",
"whatsapp-bot",
"whatsapp-baileys",
"baileys-md",
"bot-wa",
"bot-md",
"whatsapp-multi-device",
"akio-md",
"kingmalvn"
],
"base": "https://github.com/DikaArdnt/Hisoka-Morou",
"author": "akio",
"license": "MIT",
"dependencies": {
"@whiskeysockets/baileys": "git+https://github.com/whiskeysockets/baileys.git",
"@bochilteam/scraper": "^4.2.4",
"@bochilteam/scraper-instagram": "^5.0.0",
"@distube/ytdl-core": "latest",
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.0",
"@shineiichijo/marika": "^3.0.0",
"@mrnima/tiktok-downloader": "1.0.0",
"@mrnima/facebook-downloader": "1.0.0",
"@google/generative-ai": "^0.1.3",
"canvacord": "^5.4.9",
"truecallerjs": "^2.2.0",
"tempmail.lol": "^4.1.0",
"awesome-phonenumber": "^2.64.0",
"random-useragent": "^0.5.0",
"axios": "^1.3.6",
"api-dylux": "^1.8.5",
"unofficial-carbon-now": "^1.0.6",
"express": "latest",
"chalk": "^4.1.2",
"tiktokdl": "^0.0.5",
"heroku-client": "^3.1.0",
"wikipedia": "^2.1.1",
"querystring": "^0.2.1",
"g-i-s": "^2.1.7",
"aptoide-scraper": "^1.0.1",
"cheerio": "^1.0.0-rc.12",
"child-process": "^1.0.2",
"compile-run": "^2.3.4",
"badadvice": "^1.0.0",
"chatgpt-scraper": "^1.0.1",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"file-type": "^16.5.3",
"figlet": "^1.5.2",
"node-catbox": "3.2.0",
"mumaker": "^1.0.0",
"ip-location": "^1.0.1",
"calculator-engine": "^0.1.0",
"link-preview-js": "^3.0.4",
"fluent-ffmpeg": "^2.1.2",
"gemini-ai": "^1.1.0",
"fs": "^0.0.1-security",
"discord-mongoose-economy": "^1.2.0",
"g4f": "^1.1.0",
"google-tts-api": "^2.0.2",
"human-readable": "^0.2.1",
"ruhend-scraper": "8.0.3",
"node-fetch": "^2.6.1",
"cookie": "^0.5.0",
"imgur": "^2.3.0",
"deobf": "^1.1.5",
"request": "^2.88.2",
"mathjs": "^11.3.0",
"qs": "^6.11.0",
"javascript-obfuscator": "^4.1.0",
"jimp": "^0.16.13",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"moment-timezone": "^0.5.34",
"node-webpmux": "^3.1.5",
"node-id3": "^0.2.6",
"openai": "^4.0.0",
"path": "^0.12.7",
"performance-now": "^2.1.0",
"pino": "^7.0.5",
"pg": "^8.11.2",
"unlimited-ai": "^2.0.1",
"qrcode-terminal": "^0.12.0",
"quickmongo": "^5.2.0",
"stream": "^0.0.2",
"fs-extra": "^11.1.1",
"readline": "^1.3.0",
"simple-git": "^3.7.1",
"google-tts-api": "latest",
"wa-sticker-formatter": "^4.3.2",
"genius-lyrics": "^4.4.3",
"util": "^0.12.5",
"youtubedl-core": "^4.11.7",
"acrcloud": "^1.4.0",
"ytdl-core": "npm:@distube/ytdl-core",
"yt-search": "^2.10.4",
"youtube-yts": "^2.0.0",
"node-youtube-music": "^0.8.3"
},
"directories": {
"lib": "lib",
"src": "src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kingmalvn/AKIO-MD.git"
},
"bugs": {
"url": "https://github.com/kingmalvn/AKIO-MD/issues"
},
"homepage": "https://github.com/kingmalvn/AKIO-MD#readme"
}