-
Notifications
You must be signed in to change notification settings - Fork 519
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 945 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 945 Bytes
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
{
"name": "ELITE-PRO-V2",
"version": "2.0.3",
"description": "Lightweight WhatsApp Multi-Device bot built with Baileys.",
"main": "index.js",
"type": "module",
"directories": {
"lib": "lib",
"plugins": "plugins"
},
"scripts": {
"start": "node index.js",
"format": "prettier --write .",
"lint": "eslint . --ext .js"
},
"author": "EliteProTech",
"homepage": "https://github.com/EliteProTech/ELITE-PRO-V2#readme",
"license": "ISC",
"dependencies": {
"awesome-phonenumber": "^2.68.0",
"axios": "^1.6.0",
"baileys": "^7.0.0-rc.9",
"chalk": "^5.0.0",
"cheerio": "^1.1.2",
"file-type": "^17.1.1",
"fluent-ffmpeg": "^2.1.3",
"lowdb": "^3.0.0",
"moment-timezone": "^0.5.33",
"node-webpmux": "^3.2.1",
"syntax-error": "^1.4.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"eslint": "^9.39.1",
"globals": "^16.5.0",
"prettier": "^3.6.2"
}
}