forked from HYPER-MOD/bug-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.36 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.36 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
{
"name": "bug-bot",
"version": "0.0.1",
"description": "hyperbot",
"main": "hypermod.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node hypermod.js"
},
"keywords": [
"termux",
"whatsapp",
"bot",
"whatsapp",
"bot"
],
"author": "denpa",
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "^3.4.1",
"axios": "^0.21.1",
"base64-img": "^1.0.4",
"brainly-scraper": "^1.0.3",
"cfonts": "^2.9.2",
"emoji-api": "^1.0.2",
"fake-useragent": "^1.0.1",
"figlet": "^1.5.0",
"fluent-ffmpeg": "^2.1.2",
"google-it": "^1.6.2",
"image-to-base64": "^2.2.0",
"imgbb-uploader": "^1.3.1",
"jsdom": "^16.5.0",
"moment-timezone": "^0.5.33",
"multistream": "^4.1.0",
"node-fetch": "^2.6.1",
"node-tesseract-ocr": "^2.2.1",
"os": "^0.1.1",
"parse-ms": "^2.1.0",
"request": "^2.88.2",
"spinnies": "^0.5.1",
"tiktok-scraper-without-watermark": "^1.0.6",
"ytsr": "^3.5.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/HYPER-MOD/bug-bot.git"
},
"bugs": {
"url": "https://github.com/HYPER-MOD/bug-bot/issues"
},
"homepage": "https://github.com/HYPER-MOD/bug-bot#readme"
}