-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.91 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.91 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
66
67
68
69
70
71
72
73
74
75
{
"name": "xeon-tele-bot",
"version": "6.0.0",
"description": "A telegram bot to crash whatsapp user",
"main": "main.js",
"scripts": {
"start": "node main.js"
},
"keywords": [
"telegram",
"xeon-telegram-bot",
"telegraf-api",
"telebot",
"bot",
"telegram-bot"
],
"author": "DGXeon",
"license": "MIT",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@adiwajshing/baileys": "npm:dgxeon-soket2@^2.0.1",
"@hapi/boom": "^10.0.1",
"awesome-phonenumber": "^2.64.0",
"axios": "^1.6.8",
"body-parser": "1.19.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"child_process": "^1.0.2",
"cloudscraper": "^4.6.0",
"crypto": "^1.0.1",
"didyoumean": "^1.2.2",
"express": "^4.17.1",
"fake-useragent": "^1.0.1",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.1-security",
"fs-extra": "^11.1.1",
"g-i-s": "^2.1.6",
"got": "^13.0.0",
"human-readable": "^0.2.1",
"https-proxy-agent": "^7.0.4",
"jimp": "^0.22.12",
"js-confuser": "^1.7.3",
"libphonenumber-js": "^1.10.56",
"lodash": "^4.17.21",
"lowdb": "^2.1.0",
"moment-timezone": "^0.5.43",
"mongoose": "^6.2.1",
"multistream": "^2.1.0",
"mysql-baileys": "^1.5.1",
"my-yts-api": "^1.0.2",
"nik-parser": "^1.0.1",
"node-fetch": "^2.6.1",
"node-webpmux": "^3.1.0",
"os": "^0.1.2",
"parse-ms": "^2.1.0",
"path": "^0.12.7",
"performance-now": "^2.1.0",
"pino": "^7.0.5",
"pm2": "^5.4.3",
"randomstring": "^1.3.0",
"readline": "^1.3.0",
"request": "^2.88.2",
"similarity": "^1.2.1",
"socks-proxy-agent": "^8.0.3",
"ssh2": "^1.15.0",
"stream": "^0.0.2",
"string-similarity": "^4.0.4",
"telegraf": "^4.3.0",
"util": "^0.12.5",
"webcrack": "latest",
"yargs": "^17.7.2",
"yt-search": "^2.12.1"
}
}