-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpackage.json
81 lines (81 loc) · 1.75 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
{
"name": "Ai Hoshino",
"version": "6.0.0",
"description": "Simple WhatsApp Bot Multi Device",
"main": "system/starlights.js",
"type": "module",
"directories": {
"lib": "lib",
"plugins": "plugins"
},
"scripts": {
"start": "node starlights.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": {
"@bochilteam/scraper": "^4.2.4",
"@whiskeysockets/baileys": "*",
"@ibaraki-douji/pixivts": "^2.4.1",
"@StarlightsTeam/Scraper": "github:StarlightsTeam/StarlightsTeam-Scraper",
"awesome-phonenumber": "*",
"fluid-spotify.js": "*",
"axios": "*",
"cfonts": "^3.2.0",
"chalk": "^5.3.0",
"cheerio": "npm:cheerio@1.0.0-rc.12",
"acrcloud": "*",
"file-type": "*",
"fluent-ffmpeg": "^2.1.2",
"formdata-node": "*",
"google-it": "*",
"node-webpmux": "*",
"human-readable": "*",
"jsdom": "*",
"lodash": "*",
"lowdb": "^3.0.0",
"jimp": "*",
"moment-timezone": "*",
"node-gtts": "*",
"url-regex-safe": "*",
"perf_hooks": "*",
"url-file-size": "*",
"pino": "*",
"qrcode": "*",
"qrcode-terminal": "*",
"readline": "*",
"sanzy-spotifydl": "*",
"syntax-error": "^1.4.0",
"speedtest-net": "^2.2.0",
"yargs": "^17.7.2",
"yt-search": "^2.10.4"
},
"optionalDependencies": {
"@vitalets/google-translate-api": "^9.2.0"
},
"overrides": {
"sharp": "^0.32.2"
}
}