-
Notifications
You must be signed in to change notification settings - Fork 173
/
package.json
65 lines (65 loc) · 1.56 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
{
"name": "termux-bot-wa",
"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": "FarhanXCo",
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "^3.4.1",
"async": "^3.2.0",
"axios": "^0.21.1",
"brainly-scraper": "^1.0.3",
"cfonts": "^2.9.0",
"cheerio": "^1.0.0-rc.5",
"emoji-unicode": "^2.0.1",
"escape-string-regexp": "^4.0.0",
"exif": "^0.6.0",
"fake-useragent": "^1.0.1",
"figlet": "^1.5.0",
"file-type": "^16.2.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^9.0.1",
"image-to-base64": "^2.1.1",
"imgbb-uploader": "^1.3.0",
"lolcatjs": "^2.4.0",
"moment-timezone": "^0.5.32",
"ms": "^2.1.3",
"multistream": "^4.0.1",
"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",
"remove.bg": "^1.3.0",
"request": "^2.81.0",
"seedrandom": "^3.0.5",
"spinnies": "^0.5.1",
"tiktok-scraper": "^1.4.12",
"vapor-text": "^1.0.5"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Fxc7/termux-bot-wa.git"
},
"bugs": {
"url": "https://github.com/Fxc7/termux-bot-wa/issues"
},
"homepage": "https://github.com/Fxc7/termux-bot-wa#readme"
}