-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
35 lines (35 loc) · 909 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
{
"name": "sedative_selfbot",
"version": "2.0.0",
"description": "Create By Rafly A.",
"main": "main.js",
"scripts": {
"start": "node main.js"
},
"author": "Rafly A.",
"license": "Apache-2.0",
"dependencies": {
"@adiwajshing/baileys": "github:WhiskeySockets/Baileys#master",
"@adiwajshing/keyed-db": "^0.2.4",
"@bochilteam/scraper": "^4.2.4",
"@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",
"util":"^0.12.5",
"wa-sticker-formatter": "^4.3.2"
}
}