-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
114 lines (114 loc) · 2.97 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
{
"name": "wudysoft",
"version": "2.4.0",
"description": "Free WhatsApp Bot Multi Device With ESM Module",
"main": "index.js",
"type": "module",
"directories": {
"lib": "lib",
"src": "src",
"plugins": "plugins"
},
"scripts": {
"start": "node index.js",
"test": "node test.js",
"test2": "nodemon index.js"
},
"keywords": [
"termux-whatsapp-bot",
"whatsapp-bot",
"whatsapp",
"js-whatsapp",
"whatsapp",
"Games-wabot",
"wabot-aq",
"multi-device",
"MD",
"baileys-md"
],
"homepage": "https://github.com/wudysoft",
"author": {
"name": "wudysoft"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wudysoft/HinataBot.git"
},
"bugs": {
"url": "https://github.com/wudysoft/HinataBot/issues"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@adiwajshing/baileys": "^4.4.0",
"@arugaz/ai2d": "^1.0.1-z.8",
"@bochilteam/scraper": "*",
"@ibaraki-douji/pixivts": "*",
"@vitalets/google-translate-api" : "^8.0.0",
"acrcloud": "*",
"awesome-phonenumber": "*",
"axios": "*",
"booru" : "*",
"brainly-scraper-v2": "*",
"caliph-api": "*",
"canvacord" : "*",
"cfonts": "*",
"chalk": "*",
"cheerio": "*",
"child_process" : "*",
"deepai": "*",
"dhn-api": "*",
"didyoumean": "*",
"emoji-api" : "*",
"express": "*",
"express-status-monitor": "*",
"feedid" : "*",
"file-type": "*",
"fluent-ffmpeg": "*",
"form-data" : "*",
"formdata-node": "*",
"genius-lyrics" : "*",
"genshin" : "*",
"genshin-db" : "*",
"google-play-scraper": "*",
"https": "*",
"human-readable": "*",
"hxz-api": "*",
"instagram-url-direct" : "*",
"jimp": "*",
"jsdom": "*",
"knights-canvas" : "*",
"lodash": "*",
"lowdb" : "*",
"mime-types": "*",
"moment-timezone": "*",
"mongoose" : "*",
"nhentai-node-api" : "*",
"node-fetch": "*",
"node-gtts": "*",
"node-os-utils": "*",
"node-webpmux": "*",
"openai": "*",
"perf_hooks": "*",
"pino": "*",
"qrcode": "*",
"qrcode-terminal": "*",
"qs" : "*",
"readline": "*",
"request" : "*",
"sagiri" : "*",
"similarity": "*",
"social-downloader-cherry" : "*",
"social_media_downloader" : "*",
"socket.io": "*",
"soundcloud-downloader" : "*",
"syntax-error": "*",
"terminal-image": "*",
"tiktok-scraper-ts" : "*",
"url" : "*",
"url-regex-safe": "*",
"wa-sticker-formatter": "*",
"wibusoft" : "*",
"yargs": "*",
"zs-extract": "*"
}
}