forked from dragneel1111/Simple-Selfbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 998 Bytes
/
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
{
"name": "@Sedative_Selfbot",
"version": "4.0.0",
"description": "Create By Rafly11",
"main": "main.js",
"scripts": {
"start": "node main.js"
},
"author": "Rafly11",
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "github:WhiskeySockets/Baileys#master",
"@adiwajshing/keyed-db": "^0.2.4",
"@bochilteam/scraper-sosmed": "^1.0.5",
"@xct007/frieren-scraper": "0.0.2",
"colors": "^1.4.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"clui": "^0.3.6",
"crypto": "^1.0.1",
"figlet": "^1.5.2",
"form-data": "^4.0.0",
"fluent-ffmpeg": "^2.1.2",
"jimp": "^0.16.1",
"lolcatjs": "^2.4.1",
"link-preview-js": "3.0.4",
"path": "^0.12.7",
"megajs": "1.1.3",
"moment-timezone": "^0.5.34",
"node-fetch": "2.6.1",
"node-webpmux": "^3.1.1",
"scrape-primbon": "^1.1.0",
"util":"^0.12.5",
"qrcode": "^1.5.0",
"qrcode-terminal": "^0.12.0",
"wa-sticker-formatter": "^4.3.2"
}
}