-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.73 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.73 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "BOT-X",
"version": "2.0.0",
"description": "A BOT",
"main": "index.js",
"scripts": {
"restart": "pm2 restart BOT-X",
"start": "pm2 start index.js --deep-monitoring --attach --name BOT-X",
"stop": "pm2 stop BOT-X"
},
"author": "",
"license": "MIT",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "10.0.1",
"acrcloud": "^1.4.0",
"anime-character-random": "^1.0.14",
"aptoide-scraper": "^1.0.1",
"axios": "1.8.4",
"baileys": "6.7.16",
"canvas": "3.1.0",
"cheerio": "^1.0.0-rc.10",
"crypto-js": "4.2.0",
"discord-mongoose-economy": "^1.2.0",
"discord-xp": "^1.1.16",
"dotenv": "^16.4.7",
"express": "5.1.0",
"ffmpeg": "^0.0.4",
"file-type": "^15.0.0",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.1",
"google-it": "^1.6.4",
"google-tts-api": "^2.0.2",
"heroku-client": "^3.1.0",
"human-readable": "^0.2.1",
"jimp": "^0.16.1",
"jsdom": "26.0.0",
"koyeb-api-client": "^0.0.1",
"link-preview-js": "^3.0.14",
"moment-timezone": "^0.5.48",
"mongoose": "8.13.2",
"mumaker": "^2.0.0",
"node-cron": "^3.0.3",
"node-webpmux": "^3.2.1",
"pastedeno": "0.6.2",
"pg": "^8.14.1",
"pm2": "6.0.5",
"qrcode": "1.5.4",
"secktor-pack": "0.0.1-development",
"simple-git": "^3.27.0",
"translatte": "^3.0.1",
"wa-sticker-formatter": "^4.4.4",
"youtubei.js": "13.3.0",
"ytdl-core": "^4.11.5",
"ytdl-secktor": "^0.0.1-development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Excelsama/BOT-X.git"
},
"bugs": {
"url": "https://github.com/Excelsama/BOT-X/issues"
},
"homepage": "https://github.com/Excelsama/BOT-X#readme"
}