-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 731 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 731 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
{
"name": "Bot",
"version": "0.0.0",
"description": "Create By Lexxy Official",
"main": "main.js",
"scripts": {
"start": "node main.js"
},
"author": "Lexxy Official",
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "^4.4.0",
"@adiwajshing/keyed-db": "^0.2.4",
"@bochilteam/scraper": "^3.0.0",
"colors": "^1.4.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"clui": "^0.3.6",
"crypto": "^1.0.1",
"form-data": "^4.0.0",
"fluent-ffmpeg": "^2.1.2",
"path": "^0.12.7",
"moment-timezone": "^0.5.34",
"node-fetch": "2.6.1",
"node-webpmux": "^3.1.1",
"scrape-primbon": "^1.1.0",
"qrcode": "^1.5.0",
"qrcode-terminal": "^0.12.0"
}
}