-
-
Notifications
You must be signed in to change notification settings - Fork 513
/
package.json
78 lines (78 loc) · 1.88 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
75
76
77
78
{
"name": "games-wabot",
"version": "0.9.8",
"description": "Customizable WhatsApp Bot",
"depecrated": false,
"main": "index.js",
"directories": {
"lib": "lib",
"src": "src",
"plugins": "plugins"
},
"engines": {
"node": "14.x",
"npm": "6.x"
},
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"keywords": [
"termux-whatsapp-bot",
"whatsapp-bot",
"whatsapp",
"js-whatsapp",
"whatsapp",
"Games-wabot",
"wabot-aq"
],
"homepage": "https://github.com/BochilGaming/games-wabot",
"author": {
"name": "BochilGaming"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BochilGaming/games-wabot.git"
},
"bugs": {
"url": "https://github.com/BochilGaming/games-wabot/issues"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@adiwajshing/baileys": "github:BochilGaming/Baileys#fix",
"@bochilteam/scraper": "^2.0.0",
"awesome-phonenumber": "^2.65.0",
"brainly-scraper-v2": "^1.1.2",
"cfonts": "^2.9.3",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.10",
"colors": "1.4.0",
"dotenv": "10.0.0",
"express": "^4.17.1",
"file-type": "^16.4.0",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^3.0.1",
"google-it": "^1.6.2",
"jsdom": "^16.5.1",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"node-os-utils": "^1.3.5",
"human-readable": "^0.2.1",
"package.json": "^2.0.1",
"qrcode": "^1.4.4",
"similarity": "^1.2.1",
"qrcode-terminal": "^0.12.0",
"imgbb-uploader": "^1.3.5",
"socket.io": "^4.0.1",
"syntax-error": "^1.4.0",
"terminal-image": "^1.2.1",
"translate-google-api": "^1.0.4",
"url-regex-safe": "^2.1.0",
"xmldom": "github:xmldom/xmldom#0.7.0",
"warn": "^1.0.1",
"yargs": "^16.2.0",
"node-webpmux": "^2.0.3",
"yt-search": "^2.7.6",
"g-i-s": "^2.1.6"
}
}