-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
package.json
107 lines (107 loc) Β· 3.06 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
{
"name": "themystic-bot-md",
"version": "1.0.0",
"description": "Un chatbot automatizado para WhatsApp basado en Node.js, que permite realizar mΓΊltiples funciones y personalizaciones en la plataforma.",
"main": "index.js",
"type": "module",
"directories": {
"lib": "lib",
"src": "src",
"plugins": "plugins"
},
"scripts": {
"start": "node index.js",
"qr": "node index.js qr",
"code": "node index.js code",
"eslint": "eslint .",
"eslintfix": "eslint --fix .",
"postinstall": "node pipdeps.js"
},
"homepage": "https://github.com/BrunoSobrino/TheMystic-Bot-MD",
"author": {
"name": "BrunoSobrino"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrunoSobrino/TheMystic-Bot-MD.git"
},
"bugs": {
"url": "https://github.com/BrunoSobrino/TheMystic-Bot-MD/issues"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@bochilteam/scraper": "^4.2.4",
"@brandond/findthelyrics": "^2.0.5",
"@green-code/music-track-data": "^2.0.3",
"@sefinek/google-tts-api": "*",
"@shineiichijo/marika": "^2.0.6",
"@vitalets/google-translate-api": "^8.0.0",
"baileys": "git+https://github.com/Skidy89/baileys.git#dev",
"acrcloud": "^1.4.0",
"aptoide-scraper": "github:DIEGO-OFC/dv-aptoide-scraper",
"awesome-phonenumber": "^2.68.0",
"axios": "^1.1.3",
"body-parser": "^1.20.2",
"cfonts": "^2.10.0",
"chalk": "^5.0.0",
"chats-simsimi": "*",
"chart.js": "^4.4.2",
"cheerio": "1.0.0-rc.12",
"colors": "1.4.0",
"d3-node": "^3.0.0",
"esm": "^3.2.25",
"express": "^4.17.3",
"file-type": "^17.1.1",
"fluent-ffmpeg": "^2.1.2",
"fluid-spotify.js": "*",
"formdata-node": "^4.3.2",
"fs": "^0.0.1-security",
"google-it": "^1.6.3",
"google-play-scraper": "^10.0.0",
"hispamemes": "^1.0.7",
"human-readable": "^0.2.1",
"imagemaker.js": "^2.0.4",
"jsdom": "^19.0.0",
"link-preview-js": "^3.0.0",
"lodash": "^4.17.21",
"lowdb": "^3.0.0",
"md5": "^2.3.0",
"megajs": "^1.1.3",
"moment-timezone": "^0.5.34",
"mongoose": "^6.3.3",
"node-fetch": "^3.2.0",
"node-gtts": "^2.0.2",
"node-id3": "^0.2.6",
"node-shazam": "*",
"node-webpmux": "^3.1.1",
"openai": "^3.3.0",
"pdfkit": "^0.13.0",
"perf_hooks": "^0.0.1",
"pino": "^7.8.0",
"pino-pretty": "^7.5.1",
"plotly": "^1.0.6",
"puppeteer": "*",
"qrcode": "^1.5.0",
"qrcode-terminal": "^0.12.0",
"readline": "^1.3.0",
"sanzy-spotifydl": "*",
"similarity": "^1.2.1",
"simple-git": "^3.24.0",
"socket.io": "^4.4.1",
"syntax-error": "^1.4.0",
"terminal-image": "^2.0.0",
"url-regex-safe": "^3.0.0",
"yargs": "^17.3.1",
"yt-search": "^2.10.3",
"ytdl-core": "github:khlevon/node-ytdl-core#v4.11.4-patch.2"
},
"optionalDependencies": {
"@xct007/frieren-scraper": "github:BrunoSobrino/frieren-scraper",
"wa-sticker-formatter": "^4.3.2"
},
"devDependencies": {
"eslint": "^8.45.0",
"eslint-config-google": "^0.14.0"
}
}