-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
79 lines (79 loc) · 2.17 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
{
"name": "CORTANABOT-2.0",
"version": "1.0.0-personalizado",
"description": "Bot de whatsapp",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js",
"qr": "node index.js qr",
"code": "node index.js code",
"vortexus": "bash vortexus.sh"
},
"author": "elrebelde21",
"license": "ISC",
"dependencies": {
"@whiskeysockets/baileys": "npm:@whiskeysockets/baileys",
"@bochilteam/scraper": "4.2.4",
"awesome-phonenumber": "^5.10.0",
"@brandond/findthelyrics": "^2.0.5",
"chalk": "^4.1.2",
"figlet": "^1.5.0",
"systeminformation": "^5.17.3",
"gradient-string": "^2.0.2",
"google-libphonenumber": "3.2.38",
"human-readable": "^0.2.1",
"hispamemes": "^1.0.7",
"openai": "^3.3.0",
"megajs": "1.1.3",
"cache-manager": "^5.2.4",
"colors": "^1.4.0",
"@vitalets/google-translate-api": "^8.0.0",
"node-os-utils": "^1.3.6",
"perf_hooks": "^0.0.1",
"file-type": "^16.5.3",
"formdata-node": "^4.3.2",
"jimp": "^0.16.13",
"child_process": "^1.0.2",
"util": "^0.12.4",
"acrcloud": "^1.4.0",
"cfonts": "^2.10.0",
"cheerio": "^1.0.0-rc.12",
"axios": "^0.24.0",
"api-dylux": "^1.6.2",
"@hapi/boom": "^10.0.1",
"aptoide-scraper": "^1.0.1",
"similarity": "^1.2.1",
"performance-now": "^2.1.0",
"fluent-ffmpeg": "^2.1.2",
"node-fetch": "2.x",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"yargs": "^17.3.1",
"lowdb": "^2.1.0",
"lodash": "^4.17.21",
"mongoose": "^6.2.1",
"node-webpmux": "^3.1.7",
"javascript-obfuscator": "^4.0.0",
"mime-types": "^2.1.35",
"google-it": "^1.6.3",
"g-i-s": "^2.1.6",
"mathjs": "^11.3.0",
"google-tts-api": "^2.0.2",
"node-id3": "^0.2.3",
"pino": "^8.14.1",
"qrcode": "^1.5.3",
"qrcode-terminal": "^0.12.0",
"qrcode-reader": "^1.0.4",
"terminal-image": "^2.0.0",
"url-regex-safe": "^3.0.0",
"imagemaker.js": "^2.0.4",
"spotifydl-x": "^0.3.0",
"yt-search": "^2.10.3",
"node-youtube-music": "^0.8.3",
"jsdom": "^16.4.0",
"youtube-yts": "^2.0.0",
"ytdl-core": "^4.11.4",
"youtubedl-core": "^4.11.4"
}
}