-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpackage.json
118 lines (118 loc) · 2.81 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
{
"name": "Ai Hoshino",
"version": "6.0.0",
"description": "Simple WhatsApp Bot Multi Device",
"main": "main.js",
"type": "module",
"directories": {
"lib": "lib",
"src": "src",
"plugins": "plugins"
},
"scripts": {
"start": "node main.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/StarlightsTeam/Ai-Hoshino",
"author": {
"name": "おDanịel.xyz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StarlightsTeam/Ai-Hoshino.git"
},
"bugs": {
"url": "https://github.com/StarlightsTeam/Ai-Hoshino/issues"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@bochilteam/scraper": "^4.2.4",
"@whiskeysockets/baileys": "*",
"@ibaraki-douji/pixivts": "^2.4.1",
"@bochilteam/scraper-sosmed": "^1.0.5",
"@StarlightsTeam/Scraper": "github:StarlightsTeam/StarlightsTeam-Scraper",
"awesome-phonenumber": "^6.4.0",
"fluid-spotify.js": "*",
"axios": "*",
"aptoide-scraper": "*",
"api-dylux": "*",
"archiver": "*",
"brainly-scraper-v2": "^2.2.8",
"cfonts": "^3.2.0",
"chalk": "^5.3.0",
"cheerio": "github:AikerDev/cheeiro",
"colors": "1.4.0",
"acrcloud": "^1.4.0",
"emoji-api": "^3.0.1",
"express": "^4.18.2",
"ffmpeg": "^0.0.4",
"file-type": "^19.0.0",
"fluent-ffmpeg": "^2.1.2",
"formdata-node": "^6.0.3",
"genshin-db": "^5.1.1",
"google-it": "^1.6.4",
"got": "^14.2.0",
"got-scraping": "^4.0.4",
"human-readable": "^0.2.1",
"imagemaker.js": "^2.0.4",
"jsdom": "^24.0.0",
"link-preview-js": "^3.0.5",
"lodash": "^4.17.21",
"lowdb": "^3.0.0",
"moment-timezone": "^0.5.45",
"mongoose": "^6.3.3",
"node-gtts": "^2.0.2",
"node-webpmux": "^3.2.0",
"open": "^10.0.3",
"perf_hooks": "^0.0.1",
"url-file-size": "^1.0.5-1",
"pino": "^8.18.0",
"pino-pretty": "^10.3.1",
"megajs": "^1.1.3",
"qrcode": "^1.5.3",
"qrcode-terminal": "^0.12.0",
"pdfkit": "^0.13.0",
"read-chunk": "^4.0.3",
"readline": "^1.3.0",
"similarity": "^1.2.1",
"sanzy-spotifydl": "*",
"socket.io": "^4.7.4",
"spottydl": "^0.2.6",
"emoji-api": "^2.0.1",
"syntax-error": "^1.4.0",
"terminal-image": "^2.0.0",
"tesseract.js": "^5.0.4",
"url-regex-safe": "^4.0.0",
"wa-sticker-formatter": "^4.4.4",
"yargs": "^17.7.2",
"yt-search": "^2.10.4",
"ytdl-core": "github:HanSamu-27/ytdl-core#main"
},
"optionalDependencies": {
"@vitalets/google-translate-api": "^9.2.0",
"bing-scraper": "^1.4.11",
"canvafy": "^7.0.4",
"hmfull": "^2.4.3",
"rembg-node": "^2.0.1",
"sagiri": "^3.4.0",
"scathach-api": "^1.0.16",
"tinycolor2": "^1.6.0"
},
"overrides": {
"sharp": "^0.32.2"
}
}