-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 1.83 KB
/
package.json
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
{
"name": "termux-wabot",
"version": "0.0.2",
"description": "No comment",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"termux",
"whatsapp",
"bot",
"whatsapp",
"bot"
],
"author": "MhankBarBar",
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "^3.4.1",
"async": "^2.4.1",
"axios": "^0.21.0",
"brainly-scraper": "^1.0.3",
"browser-id3-writer": "^4.4.0",
"cfonts": "^2.9.0",
"delay": "^5.0.0",
"dotenv": "^8.2.0",
"emoji-api": "^1.0.2",
"emoji-unicode": "^2.0.1",
"encodeurl": "^1.0.2",
"escape-string-regexp": "^1.0.5",
"fake-useragent": "^1.0.1",
"fluent-ffmpeg": "^2.1.2",
"g-i-s": "^2.1.6",
"got": "^11.8.1",
"image-to-base64": "^2.1.1",
"imgbb-uploader": "^1.3.0",
"jpeg-js": "^0.4.3",
"jsdom": "^16.6.0",
"moment-timezone": "^0.5.32",
"ms": "^2.1.3",
"multistream": "^2.1.0",
"needle": "^2.5.2",
"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",
"simple-youtube-api": "^5.2.1",
"spinnies": "^0.5.1",
"tiktok-scraper": "^1.4.7",
"tiktok-scraper-without-watermark": "^1.0.6",
"vapor-text": "^1.0.5",
"yt-search": "^2.8.0",
"ytdl-core": "^4.8.2",
"yts": "^2.0.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/mhankbarbar/termux-wabot.git"
},
"bugs": {
"url": "https://github.com/mhankbarbar/termux-wabot/issues"
},
"homepage": "https://github.com/mhankbarbar/termux-wabot#readme"
}