-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
98 lines (98 loc) · 2.13 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
{
"name": "remcham-md",
"version": "5.0.0",
"description": "WhatsApp Avanzado",
"main": "remcham.js",
"type": "module",
"directories": {
"lib": "lib",
"plugins": "plugins"
},
"scripts": {
"start": "node remcham.js",
"test": "node test.js",
"test2": "nodemon index.js"
},
"keywords": [
"termux-whatsapp-bot",
"whatsapp-bot",
"whatsapp",
"js-whatsapp",
"Games-wabot",
"wabot-aq",
"multi-device",
"MD",
"baileys-md"
],
"homepage": "https://github.com/davidprospero123/REM-CHAM-MD",
"author": {
"name": "Curi"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidprospero123/REM-CHAM-MD.git"
},
"bugs": {
"url": "https://github.com/davidprospero123/REM-CHAM-MD/issues"
},
"license": "Apache",
"dependencies": {
"@bochilteam/scraper": "^4.2.4",
"@whiskeysockets/baileys": "*",
"@ibaraki-douji/pixivts": "^2.4.1",
"@hapi/boom": "^10.0.1",
"@shineiichijo/marika": "^2.0.6",
"awesome-phonenumber": "*",
"fluid-spotify.js": "*",
"axios": "*",
"aptoide-scraper": "*",
"api-dylux": "*",
"cfonts": "^3.2.0",
"chalk": "^5.3.0",
"cheerio": "npm:cheerio@1.0.0-rc.12",
"canvacord": "^5.4.10",
"chess.js": "^1.0.0-beta.8",
"acrcloud": "*",
"file-type": "*",
"fluent-ffmpeg": "^2.1.2",
"formdata-node": "*",
"google-it": "*",
"node-webpmux": "*",
"node-cache": "^5.1.2",
"human-readable": "*",
"heroku-client": "^3.1.0",
"jsdom": "*",
"figlet": "^1.7.0",
"lodash": "*",
"dotenv": "^16.4.5",
"lowdb": "^3.0.0",
"jimp": "*",
"moment-timezone": "*",
"megajs": "^1.3.1",
"didyoumean": "^1.2.2",
"imgur": "2.3.0",
"mongoose": "^7.8.1",
"node-gtts": "*",
"url-regex-safe": "*",
"perf_hooks": "*",
"url-file-size": "*",
"pdfkit": "^0.13.0",
"pino": "*",
"qrcode": "*",
"qrcode-terminal": "*",
"readline": "*",
"sanzy-spotifydl": "*",
"syntax-error": "^1.4.0",
"speedtest-net": "^2.2.0",
"yargs": "^17.7.2",
"yt-search": "^2.10.4",
"wa-sticker-formatter": "^4.4.4",
"ytdl-core": "github:HanSamu-27/ytdl-core#main"
},
"optionalDependencies": {
"@vitalets/google-translate-api": "^9.2.0"
},
"overrides": {
"sharp": "^0.32.2"
}
}