forked from Cynthiathefirst/BLUEXDEMON-V4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.1 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
{
"name": "BLUEXDEMON",
"version": "4.0.0",
"description": "Simple whatsapp bot with multi device.",
"main": "index.js",
"type": "commonjs",
"directories": {
"lib": "lib",
"message": "message"
},
"scripts": {
"start": "node index.js"
},
"author": "BLUE",
"license": "MIT",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@whiskeysockets/baileys": "latest",
"@xyzteams/scapers": "^0.0.5",
"@bochilteam/scraper": "^2.0.0",
"acrcloud": "^1.4.0",
"amethyste-api": "^1.1.5",
"anonfile-lib": "^1.0.1",
"awesome-phonenumber": "^2.48.0",
"axios": "^0.27.2",
"chokidar": "^3.5.3",
"canvacard": "^5.2.4",
"canvacord": "^5.4.8",
"cfonts": "^2.9.0",
"chalk": "^4.1.2",
"child_process": "^1.0.2",
"clui": "^0.3.6",
"cluster": "^0.7.7",
"color": "^4.0.0",
"cookie": "^0.5.0",
"crypto": "latest",
"delete-node-require-cache": "^1.9.0",
"ejs": "^3.1.8",
"express": "^4.18.2",
"file-type": "^16.5.4",
"filestack-js": "^3.25.0",
"fs": "0.0.1-security",
"fs-extra": "^10.0.0",
"g-i-s": "^2.1.6",
"google-it": "^1.6.4",
"get-folder-size": "^4.0.0",
"http": "^0.0.1-security",
"human-readable": "^0.2.1",
"jimp": "^0.16.2",
"lodash": "^4.17.21",
"lowdb": "^5.0.3",
"mathjs": "^11.8.0",
"mime-types": "^2.1.35",
"moment-timezone": "^0.5.34",
"ms": "^2.1.3",
"node-fetch": "^2.6.4",
"node-gtts": "^2.0.2",
"node-os-utils": "^1.3.7",
"object-query-string": "^1.2.0",
"os": "^0.1.2",
"parse-ms": "^2.1.0",
"path": "^0.12.7",
"performance-now": "^2.1.0",
"pino": "^7.2.0",
"qrcode": "^1.5.1",
"qrcode-terminal": "^0.12.0",
"readline": "^1.3.0",
"remove.bg": "^1.3.0",
"request": "latest",
"scrape-primbon": "^1.1.0",
"similarity": "^1.2.1",
"socket.io": "^4.5.2",
"spinnies": "^0.5.1",
"string-similarity": "^4.0.4",
"syntax-error": "^1.4.0",
"systeminformation": "^5.21.4",
"text2png": "^2.3.0",
"translate-google-api": "^1.0.4",
"util": "^0.12.4",
"wa-sticker-formatter": "^4.3.2",
"yargs": "^17.5.1",
"yt-search": "^2.10.3",
"ytdl-core": "github:officialdittaz/node-ytdl-core",
"zs-extract": "^1.4.2"
}
}