-
Notifications
You must be signed in to change notification settings - Fork 356
/
Copy pathpackage.json
67 lines (67 loc) · 1.8 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
{
"name": "knightbot",
"version": "1.0.0",
"description": "WhatsApp Bot",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"docker:build": "docker build -t knightbot .",
"docker:run": "docker run -e SESSION_ID=$SESSION_ID knightbot"
},
"keywords": [
"whatsapp-bot"
],
"author": "",
"license": "ISC",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@distube/ytdl-core": "^4.15.9",
"@ffmpeg/ffmpeg": "^0.12.15",
"@hapi/boom": "^10.0.1",
"@types/node": "^18.0.6",
"@whiskeysockets/baileys": "^6.7.9",
"awesome-phonenumber": "^5.9.0",
"axios": "^1.6.7",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"cookie": "^0.5.0",
"dotenv": "^16.4.5",
"events": "^3.3.0",
"ffmpeg-static": "^5.2.0",
"file-type": "^16.5.4",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.1",
"fs-extra": "^11.2.0",
"gtts": "^0.2.1",
"human-readable": "^0.2.1",
"jimp": "^0.16.13",
"jsdom": "^22.1.0",
"libphonenumber-js": "^1.11.18",
"libsignal": "^2.0.1",
"link-preview-js": "^3.0.5",
"moment-timezone": "^0.5.43",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.7",
"node-id3": "^0.2.3",
"node-webpmux": "^3.1.0",
"node-youtube-music": "^0.8.3",
"performance-now": "^2.1.0",
"phin": "^3.7.1",
"pino": "^8.21.0",
"qrcode": "^1.5.4",
"qrcode-reader": "^1.0.4",
"qrcode-terminal": "^0.12.0",
"request": "^2.88.2",
"set-cookie": "^0.0.4",
"sharp": "^0.32.6",
"tough-cookie": "^5.0.0",
"translate-google-api": "^1.0.4",
"wa-sticker-formatter": "^4.4.4",
"ws": "^8.17.1",
"yargs-parser": "^21.1.1",
"youtube-yts": "^2.0.0",
"youtubedl-core": "^4.11.5",
"ytdl-core": "^4.11.5"
}
}