forked from kushansewmina1234/CYBER-PANDA-MD.V.0.4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) Β· 3.43 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
108
109
110
111
112
{
"name": "a17",
"version": "1.0.0",
"description": "A17 is a WhatsApp multiDevice Bot based on Miku and Baileys written in Javascript.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node index.js",
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CYBER-x-SACHIYA-SL-MD-BOT/CYBER-PANDA-MD.V.0.4.git"
},
"keywords": [
"md-bot"
],
"author": "Kai",
"license": "MIT",
"bugs": {
"url": "https://github.com/CYBER-x-SACHIYA-SL-MD-BOT/CYBER-PANDA-MD.V.0.4/issues"
},
"homepage": "https://github.com/CYBER-x-SACHIYA-SL-MD-BOT/CYBER-PANDA-MD.V.0.4#readme",
"devDependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.1",
"jimp": "^0.16.13",
"pino": "^7.0.5",
"qrcode-terminal": "^0.12.0"
},
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@bochilteam/scraper": "^4.2.3",
"@develoka/angka-terbilang-js": "^1.4.2",
"@hapi/boom": "^10.0.1",
"@shineiichijo/mal-news-scraper": "^0.0.2",
"@shineiichijo/marika": "^2.0.6",
"@whiskeysockets/baileys": "^6.4.1",
"anime-wallpaper": "^1.1.1",
"awesome-phonenumber": "^2.70.0",
"axios": "^0.24.0",
"canvacord": "^5.4.10",
"cfonts": "^2.9.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"child_process": "^1.0.2",
"currency-system": "^2.7.1",
"discord-mongoose-economy": "^1.2.0",
"discord-xp": "^1.1.16",
"emoji-api": "^1.0.2",
"express": "^4.18.2",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.1.0",
"figlet": "^1.5.0",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"g-i-s": "^2.1.6",
"genius-lyrics": "^4.3.8",
"google-it": "^1.6.2",
"google-tts-api": "^2.0.2",
"got": "^11.8.3",
"hmtai": "^3.2.1",
"human-readable": "^0.2.1",
"hxz-api": "^1.0.1",
"imgbb-uploader": "^1.3.5",
"jimp": "^0.16.13",
"jsdom": "^16.4.0",
"libsignal": "^2.0.1",
"listen": "^1.0.1",
"lowdb": "^2.1.0",
"mal-scraper": "^2.11.4",
"marker": "^0.1.2",
"mathjs": "^9.4.4",
"moment-timezone": "^0.5.34",
"mongoose": "^6.2.1",
"mumaker": "^1.0.0",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1",
"node-id3": "^0.2.3",
"node-superfetch": "^0.1.11",
"node-webpmux": "^3.1.0",
"node-youtube-music": "^0.7.0",
"openai": "^3.2.0",
"os": "^0.1.2",
"path": "^0.12.7",
"perf_hooks": "^0.0.1",
"pino": "^7.0.5",
"pm2": "^5.3.0",
"qrcode-terminal": "^0.12.0",
"quick.db": "^9.0.6",
"random-seed": "^0.3.0",
"random-useragent": "^0.5.0",
"readline": "^1.3.0",
"request": "^2.88.2",
"rumus-bdr": "^1.0.0",
"scrape-primbon": "^1.1.0",
"supervisor": "^0.12.0",
"textmaker-thiccy": "^1.3.1",
"tod-api": "^1.0.5",
"util": "^0.12.5",
"vicuna-ts": "^1.2.2",
"wa-sticker-formatter": "^4.4.4",
"xfarr-api": "^1.0.3",
"yargs": "^17.7.2",
"youtube-yts": "^2.0.0",
"youtubedl-core": "^4.11.5"
}
}