-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.55 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.55 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
{
"name": "BENNYBOT",
"version": "3.0.0",
"description": "Termux only",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"directories": {
"lib": "lib"
},
"dependencies": {
"@adiwajshing/baileys": "^3.4.1",
"@lh2020/speedtest-net": "^2.1.1",
"async": "^2.4.1",
"await-exec": "^0.1.2",
"axios": "^0.21.1",
"base64-img": "^1.0.4",
"base64-to-image": "^1.0.2",
"cfonts": "^2.9.0",
"dotenv": "^8.2.0",
"escape-string-regexp": "^1.0.5",
"fake-useragent": "^1.0.1",
"ffmpeg": "0.0.4",
"file-type": "^15.0.1",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^9.1.0",
"image-to-base64": "^2.1.1",
"imgbb-uploader": "^1.3.0",
"mathjs": "^8.0.1",
"moment-timezone": "^0.5.33",
"ms": "^2.1.3",
"multistream": "^2.1.0",
"needle": "^2.6.0",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"node-tesseract-ocr": "^2.0.0",
"parse-ms": "^2.1.0",
"performance-now": "^2.1.0",
"qrcode": "^1.4.4",
"qrcode-terminal": "^0.12.0",
"remove.bg": "^1.3.0",
"request": "^2.81.0",
"sharp": "^0.27.2",
"spinnies": "^0.5.1",
"tiktok-scraper": "^1.4.12",
"webp-converter": "^2.3.3",
"ytdl-core": "^4.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/A187ID/AR15BOT.git"
},
"keywords": [
"k"
],
"author": "Abdul Muttaqin",
"license": "ISC",
"bugs": {
"url": "https://github.com/A187ID/AR15BOT/issues"
},
"homepage": "https://github.com/A187ID/AR15BOT/readme"
}