-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.02 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.02 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
{
"name": "EternityBot",
"version": "3.1.0",
"description": "A lightweight and efficient WhatsApp bot built with Node.js and Baileys.",
"license": "MIT",
"author": "VryptLabs",
"homepage": "https://github.com/VryptLab/EternityBot#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/VryptLab/EternityBot.git"
},
"bugs": {
"url": "https://github.com/VryptLab/EternityBot/issues"
},
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"imports": {
"#lib/*": "./lib/*",
"#scrape": "./lib/scrape/index.js"
},
"keywords": [
"whatsapp-bot",
"whatsapp",
"multi-device",
"baileys",
"nodejs",
"termux"
],
"dependencies": {
"axios": "^1.12.2",
"baileys": "7.0.0-rc.5",
"cfonts": "^3.3.1",
"chalk": "^5.6.2",
"cheerio": "^1.1.2",
"chokidar": "^4.0.3",
"file-type": "^17.1.1",
"fluent-ffmpeg": "^2.1.3",
"inquirer": "^12.9.6",
"node-webpmux": "^3.2.1",
"sharp": "^0.34.4"
}
}