-
Notifications
You must be signed in to change notification settings - Fork 249
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.14 KB
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
{
"name": "X-BOT-MD",
"version": "3.7.0",
"description": "X-BOT-MD is a powerful WhatsApp Helper Bot packed with features like media handling, automation, and more.",
"main": "index.js",
"scripts": {
"start": "pm2 start . --attach --name X-BOT-MD",
"stop": "pm2 stop . --attach --name X-BOT-MD"
},
"author": "ASWIN SPARKY",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/A-S-W-I-N-S-P-A-R-K-Y/X--BOT--MD.git"
},
"dependencies": {
"@viper-x/fancytext": "^1.0.2",
"baileys": "latest",
"axios": "^1.7.9",
"browser-id3-writer": "^4.4.0",
"cheerio": "^1.0.0",
"dotenv": "^16.4.7",
"express": "^4.18.2",
"file-type": "^16.5.4",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.0",
"g-i-s": "^2.1.7",
"google-tts-api": "^2.0.2",
"jimp": "^0.16.13",
"node-cron": "^3.0.3",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.0",
"node-webpmux": "^3.2.0",
"pdfkit": "^0.18.0",
"pg": "^8.13.1",
"pino": "^8.15.6",
"pm2": "^5.3.0",
"qs": "latest",
"sequelize": "^6.23.0",
"simple-git": "^3.27.0",
"sqlite3": "^5.1.6"
}
}