-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json.bak
84 lines (84 loc) · 2 KB
/
package.json.bak
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
79
80
81
82
83
84
{
"name": "BakaBOTZ",
"version": "9.6.6",
"description": "Customizable WhatsApp Bot",
"depecrated": false,
"main": "index.js",
"directories": {
"lib": "lib",
"src": "src",
"plugins": "plugins"
},
"scripts": {
"start": "node index.js",
"test": "node test.js",
"test2": "nodemon index.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/Nurutomo/wabot-aq.git"
},
"bugs": {
"url": "https://github.com/BochilGaming/games-wabot/issues"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@adiwajshing/baileys": "github:adiwajshing/baileys",
"awesome-phonenumber": "^2.47.0",
"brainly-scraper-v2": "^1.1.2",
"cfonts": "^2.9.1",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.5",
"dotenv": "10.0.0",
"express": "^4.17.1",
"file-type": "^16.4.0",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^3.0.1",
"g-i-s": "^2.1.6",
"google-it": "^1.6.2",
"human-readable": "^0.2.1",
"image-to-base64": "^2.2.0",
"imgbb-uploader": "^1.3.3",
"jsdom": "^16.4.0",
"minecraft-server-util": "^3.5.2",
"moment-timezone": "^0.5.33",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"node-os-utils": "^1.3.5",
"node-webpmux": "^2.0.3",
"nodemon": "^2.0.7",
"package.json": "^2.0.1",
"qrcode": "^1.4.4",
"qrcode-terminal": "^0.12.0",
"similarity": "^1.2.1",
"socket.io": "^4.0.1",
"spinnies": "^0.5.1",
"syntax-error": "^1.4.0",
"terminal-image": "^1.2.1",
"translate-google-api": "^1.0.4",
"url-regex": "^5.0.0",
"warn": "^1.0.1",
"xmldom": "^0.5.0",
"yargs": "^16.2.0",
"yt-search": "^2.7.6"
},
"nodemonConfig": {
"ignore": [
"plugins/*",
"session.data.json"
]
}
}