-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
59 lines (59 loc) · 1.45 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
{
"name": "ZenoBOT",
"version": "1.0.0",
"description": "Chika for whatsapp online with termux",
"main": "index.js",
"directories": {
"lib": "lib"
},
"devDependencies": {},
"scripts": {
"start": "node index",
"play": "nodemon index"
},
"keywords": [
"termux",
"whatsapp",
"bot",
"whatsapp",
"bot"
],
"author": "Nurul",
"repository": {
"type": "git",
"url": "git+https://github.com/alonecans/wansap-bot-manca.git"
},
"bugs": {
"url": "https://github.com/alonecans/wansap-bot-manca/issues"
},
"homepage": "https://github.com/alonecans/readme.md",
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "^3.4.1",
"async": "^2.4.1",
"axios": "^0.21.0",
"brainly-scraper": "^1.0.3",
"cfonts": "^2.9.0",
"dotenv": "^8.2.0",
"escape-string-regexp": "^1.0.5",
"fake-useragent": "^1.0.1",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^9.1.0",
"got": "^11.8.1",
"image-to-base64": "^2.1.1",
"mathjs": "^8.1.1",
"moment-timezone": "^0.5.32",
"multistream": "^2.1.0",
"needle": "^2.5.2",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"node-tesseract-ocr": "^2.0.0",
"performance-now": "^2.1.0",
"qrcode-terminal": "^0.12.0",
"remove.bg": "^1.3.0",
"request": "^2.81.0",
"spinnies": "^0.5.1",
"webp-converter": "^2.3.3",
"tiktok-scraper": "^1.4.7"
}
}