-
Notifications
You must be signed in to change notification settings - Fork 519
/
package.json
83 lines (83 loc) · 2.21 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
{
"name": "dcx",
"version": "0.0.1",
"description": "Anita Is a Simple WA Bot Using Library Baileys",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js"
},
"keywords": [
"whiskeysockets",
"multi-device"
],
"author": "DavidCyril",
"license": "MIT",
"dependencies": {
"@adiwajshing/baileys": "npm:@whiskeysockets/baileys@^6.7.7",
"@adiwajshing/keyed-db": "^0.2.4",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@hapi/boom": "^10.0.1",
"@vitalets/google-translate-api": "^8.0.0",
"@whiskeysockets/baileys": "^6.7.7",
"awesome-phonenumber": "^6.4.0",
"aws4": "^1.12.0",
"axios": "^1.6.7",
"aptoide-scraper": "^1.0.1",
"cfonts": "^3.2.0",
"chalk": "^4.1.2",
"check-disk-space": "^3.3.1",
"cheerio": "^1.0.0-rc.12",
"child_process": "^1.0.2",
"colors": "^1.4.0",
"cookie": "^0.6.0",
"crypto": "^1.0.1",
"d-scrape": "^1.2.0",
"dhn-api": "^1.1.3",
"emoji-regex": "^10.3.0",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"fs": "^0.0.1-security",
"fs-extra": "^10.0.0",
"g-i-s": "^2.1.7",
"g4f": "^1.4.3",
"greetify": "^2.0.1",
"https-proxy-agent": "^7.0.4",
"human-readable": "^0.2.1",
"jimp": "^0.16.1",
"javascript-obfuscator": "^4.1.1",
"lodash": "latest",
"lolcatjs": "^2.4.1",
"lowdb": "^7.0.1",
"moment-timezone": "^0.5.34",
"mal-scraper": "^2.11.4",
"mongoose": "^7.1.1",
"node-cron": "^3.0.3",
"node-fetch": "^2.6.7",
"node-id3": "^0.2.6",
"node-os-utils": "^1.3.6",
"node-webpmux": "^3.1.0",
"node-youtube-music": "^0.10.3",
"object-query-string": "^1.2.0",
"ocr-space-api-wrapper": "^2.2.0",
"os": "^0.1.2",
"path": "^0.12.7",
"perf_hooks": "0.0.1",
"performance-now": "*",
"pino": "^8.17.2",
"qrcode": "^1.5.3",
"qrcode-reader": "^1.0.4",
"razzaq-suppress": "^1.0.1",
"remove.bg": "^1.3.0",
"removebg-id": "^2.0.1",
"rimraf": "^5.0.5",
"scrape-primbon": "^1.1.0",
"socks-proxy-agent": "^8.0.3",
"steno": "^1.0.0",
"syntax-error": "^1.4.0",
"yargs": "^17.7.2",
"youtube-yts": "^2.0.0",
"yt-search": "^2.10.3",
"youtubedl-core": "^4.11.7"
}
}