-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
127 lines (127 loc) · 3.23 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "botwa",
"version": "6.7.729",
"description": "Bot WhatsApp",
"main": "index.js",
"type": "module",
"directories": {
"lib": "lib",
"src": "src",
"plugins": "plugins"
},
"scripts": {
"start": "npm run bot",
"start2": "nodemon -x npm run bot",
"start3": "nodemon -x npm run bot2",
"formatfile": "npx prettier --write .",
"bot": "node index.js --server --autocleartmp --autoread --gconly --multi",
"bot2": "npm run formatfile && node index.js --server --autocleartmp --autoread --gconly --multi",
"test": "node test.js",
"db": "cp database.bak.json database.json",
"test2": "nodemon index.js"
},
"keywords": [
"Anonymous chat",
"termux-whatsapp-bot",
"whatsapp-bot",
"whatsapp",
"js-whatsapp",
"whatsapp",
"Games-wabot",
"wabot-aq",
"multi-device",
"MD",
"html",
"jquery",
"parser",
"scraper",
"dom",
"cheerio",
"selector",
"htmlparser2",
"htmlparser",
"instagram",
"games",
"google-images",
"twitter-downloader",
"tiktok",
"tiktok-scraper",
"wallpaper-scrapping",
"primbon",
"google-it",
"baileys-md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/FongsiDev/Bot-Whatsapp-Official.git"
},
"author": "FongsiDev",
"license": "ISC",
"bugs": {
"url": "https://github.com/FongsiDev/Bot-Whatsapp-Official/issues"
},
"homepage": "https://github.com/FongsiDev/Bot-Whatsapp-Official#readme",
"dependencies": {
"@adiwajshing/baileys": "npm:baileys-md@^5.0.5",
"@bochilteam/scraper": "^4.0.22-alpha.0",
"@ibaraki-douji/pixivts": "^2.4.1",
"acrcloud": "^1.4.0",
"awesome-phonenumber": "^5.3.1",
"axios": "^1.3.5",
"brainly-scraper-v2": "^2.2.8",
"cfonts": "^3.1.1",
"chalk": "^5.2.0",
"cheerio": "^1.0.0-rc.12",
"chokidar": "^3.5.3",
"colors": "^1.4.0",
"dhn-api": "^1.1.3",
"dotenv": "^16.0.3",
"epxress": "^0.0.1-security",
"express": "^4.18.2",
"file-type": "^17.1.1",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"formdata-node": "^4.3.2",
"fs": "^0.0.1-security",
"glob": "^8.1.0",
"google-play-scraper": "^8.0.2",
"googleapis": "^115.0.0",
"got": "^12.6.0",
"human-readable": "^0.2.1",
"hxz-api": "^1.0.1",
"instagram-url-direct": "^1.0.13",
"jadianime-ts": "^2.0.0",
"jimp": "^0.16.13",
"jsbarcode": "^3.11.5",
"jsdom": "^21.1.1",
"knights-canvas": "^1.3.7-a",
"lodash": "^4.17.21",
"lowdb": "^3.0.0",
"md5": "^2.3.0",
"mime-types": "^2.1.35",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"mongoose": "^7.0.3",
"node-fetch": "^2.6.9",
"node-gtts": "^2.0.2",
"node-webpmux": "^3.1.5",
"nodemon": "^2.0.22",
"openai": "^3.2.1",
"path": "^0.12.7",
"pino-pretty": "^10.0.0",
"qrcode": "^1.5.1",
"qrcode-terminal": "*",
"request": "^2.88.2",
"similarity": "^1.2.1",
"simple-json-db": "^2.0.0",
"syntax-error": "^1.4.0",
"terminal-image": "*",
"translate-google-api": "^1.0.4",
"url-regex-safe": "^3.0.0",
"uuid": "^9.0.0",
"wa-sticker-formatter": "^4.3.2",
"xmldom": "^0.6.0",
"yargs": "^17.7.1",
"zs-extract": "^1.4.2"
}
}