forked from Mujipro78/BodyBOT-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (98 loc) · 2.47 KB
/
package.json
File metadata and controls
99 lines (98 loc) · 2.47 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "KLAMKA",
"type": "Baileys",
"version": "3.5.2",
"description": "don't forget to subscribe my channel youtube: Ranz Botz",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"bot"
],
"author": "Ranz Botz",
"license": "GPL-3.0",
"dependencies": {
"@adiwajshing/baileys": "github:adiwajshing/baileys",
"@develoka/angka-terbilang-js": "^1.4.2",
"async": "^2.4.1",
"awesome-phonenumber": "^2.48.0",
"axios": "^0.21.1",
"axios-retry": "^3.1.9",
"adm-zip": "^0.5.6",
"base64-to-image": "^1.0.2",
"brainly-scraper": "^1.0.3",
"brainly-scraper-v2": "^2.0.4-1",
"browser-id3-writer": "^4.4.0",
"cfonts": "^2.9.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"child_process": "^1.0.2",
"colors": "^1.4.0",
"crypto": "^1.0.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"emoji-api": "^1.0.2",
"express": "^4.17.1",
"escape-string-regexp": "^1.0.5",
"fake-useragent": "^1.0.1",
"fb-video-downloader": "^1.0.3",
"figlet": "^1.5.0",
"file-type": "^9.0.0",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs-extra": "^10.0.0",
"g-i-s": "^2.1.6",
"google-it": "^1.6.2",
"got": "^11.8.2",
"hxz-api": "^1.0.0",
"hx-api": "^1.3.2",
"i": "^0.3.6",
"image-to-base64": "^2.2.0",
"imagemagick": "^0.1.3",
"imagemagick-cli": "^0.5.0",
"insta-fetcher": "^1.2.3",
"jsdom": "^16.5.2",
"marker": "^0.1.2",
"mathjs": "^9.3.2",
"moment-timezone": "^0.5.33",
"multistream": "^4.1.0",
"ms": "^2.1.3",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"npm": "^7.14.0",
"parse-ms": "^2.1.0",
"path": "^0.12.7",
"performance-now": "^2.1.0",
"pdfkit": "^0.12.3",
"qrcode": "^1.4.4",
"qrcode-terminal": "^0.12.0",
"qs": "^6.10.1",
"remove.bg": "^1.3.0",
"request": "^2.88.2",
"scraper-instagram": "^1.0.17",
"similarity": "^1.2.1",
"spinnies": "^0.5.1",
"ssl-express-www": "^3.0.8",
"syntax-error": "^1.4.0",
"translate-google-api": "^1.0.4",
"type": "^2.5.0",
"tiktok-scraper-without-watermark": "^1.0.6",
"twitter-url-direct": "^1.0.1",
"yt-search": "^2.7.6"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": " "
},
"bugs": {
"url": " "
},
"homepage": " ",
"devDependencies": {}
}