-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
56 lines (56 loc) · 1.46 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
{
"name": "WhatsApp-Bot",
"version": "1.0.0",
"description": "WhatsApp Helper Bot",
"main": "index.js",
"scripts": {
"fcf": "supervisor -s index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2 start . --attach --name Wa",
"stop": "pm2 stop . --attach --name Wa"
},
"repository": {
"type": "git",
"url": "git+https://github.com/S-U-P-E-R-I-O-R/Hilux-wa-Bot.git"
},
"keywords": [
"bot",
"whatsapp"
],
"author": "SUPERIOR",
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.6",
"@viper-x/fancytext": "^1.0.2",
"@whiskeysockets/baileys": "^6.5.0",
"browser-id3-writer": "^4.4.0",
"canvacord": "^5.4.10",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fakeyou.js": "^1.1.1",
"file-type": "^16.5.4",
"fluent-ffmpeg": "^2.1.2",
"fs": "^0.0.1-security",
"g-i-s": "^2.1.7",
"google-tts-api": "^2.0.2",
"jimp": "^0.16.13",
"node-cron": "^3.0.0",
"node-fetch": "^2.0.0",
"node-id3": "^0.2.6",
"node-webpmux": "^3.1.7",
"path": "^0.12.7",
"pino": "^8.15.6",
"pm2": "^5.3.0",
"qrcode-terminal": "^0.12.0",
"sequelize": "^6.23.0",
"spinnies": "^0.5.1",
"sqlite3": "^5.1.6",
"supervisor": "^0.12.0",
"youtubedl-core": "^4.11.7",
"yt-search": "^2.10.4"
},
"bugs": {
"url": "https://github.com/S-U-P-E-R-I-O-R/Hilux-wa-Bot/issues"
},
"homepage": "https://github.com/X-Electra/WhatsApp-Bot#readme"
}