-
Notifications
You must be signed in to change notification settings - Fork 89
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 780 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 780 Bytes
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
{
"name": "ren-mdx",
"version": "1.0.0",
"description": "REN-MDX - A Modern, Optimized and Modular WhatsApp Bot",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js",
"pairing": "node index.js",
"clean": "rm -rf session/*"
},
"dependencies": {
"axios": "^1.4.0",
"chalk": "^4.1.2",
"cheerio": "^1.2.0",
"dotenv": "^16.3.1",
"file-type": "^16.5.4",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.5",
"fs-extra": "^11.1.0",
"gifted-baileys": "^2.0.0",
"gifted-btns": "^1.0.0",
"google-tts-api": "^2.0.2",
"moment-timezone": "^0.5.43",
"mumaker": "^2.0.0",
"node-cache": "^5.1.2",
"pino": "^8.0.0",
"translate-google-api": "^1.0.4",
"yt-search": "^2.13.1"
}
}