-
Notifications
You must be signed in to change notification settings - Fork 764
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (77 loc) · 2.03 KB
/
package.json
File metadata and controls
78 lines (77 loc) · 2.03 KB
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": "queenriam",
"version": "1.0.0",
"description": "whatsappbot",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"docker:build": "docker build -t queenriam .",
"docker:run": "docker run -e SESSION_ID=$SESSION_ID queenriam"
},
"keywords": [
"whatsapp-bot"
],
"author": "",
"license": "ISC",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@ffmpeg/ffmpeg": "^0.12.15",
"@hapi/boom": "^10.0.1",
"@types/node": "^18.0.6",
"@whiskeysockets/baileys": "^6.7.18",
"awesome-phonenumber": "^5.9.0",
"axios": "^1.8.4",
"adm-zip": "^0.5.10",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"cookie": "^0.5.0",
"dotenv": "^16.4.5",
"events": "^3.3.0",
"express": "^4.19.2",
"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": "^1.6.0",
"js-confuser": "^1.7.3",
"jsdom": "^22.1.0",
"libphonenumber-js": "^1.11.18",
"libsignal": "^2.0.1",
"link-preview-js": "^3.0.5",
"moment-timezone": "^0.5.43",
"mumaker": "^2.0.0",
"megajs": "^1.3.2",
"node-cache": "^5.1.2",
"node-fetch": "^2.7.0",
"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",
"ruhend-scraper": "^8.3.0",
"safe-stable-stringify": "^2.5.0",
"set-cookie": "^0.0.4",
"sharp": "^0.32.6",
"tough-cookie": "^5.0.0",
"translate-google-api": "^1.0.4",
"ws": "^8.17.1",
"yargs": "^17.6.0",
"yargs-parser": "^21.1.1",
"youtube-yts": "^2.0.0",
"youtubedl-core": "^4.11.7",
"yt-search": "^2.12.1",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"nodemon": "^3.1.0"
}
}