-
Notifications
You must be signed in to change notification settings - Fork 664
/
Copy pathpackage.json
65 lines (65 loc) · 1.58 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "ToxicLeo",
"version": "2.0.0",
"description": "Toxic-Leo is a simple whatsApp Bot.",
"main": "./index.js",
"scripts": {
"start": "pm2 start . --attach --name ToxicLeo-md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Afx-ToxicLeo/ToxicLeo.git"
},
"keywords": [
"whatsapp",
"bot",
"abu-bot",
"Mod",
"Inrl",
"Leo",
"Toxic",
"Akash🔥"
],
"author": "ToxicLeo",
"developer": "Toxic / LEO",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Afx-ToxicLeo/ToxicLeo/issues"
},
"homepage": "https://github.com/Afx-ToxicLeo/ToxicLeo#readme",
"dependencies": {
"@adiwajshing/baileys": "github:DarkWinzo/Baileys",
"@adiwajshing/keyed-db": "0.2.4",
"@bochilteam/scraper": "3.0.0",
"@neeraj-x0/textpro": "^1.0.3",
"bitly": "^7.1.2",
"abu-bot": "^2.4.0",
"aes256": "^1.1.0",
"browser-id3-writer": "^4.4.0",
"crypto-js": "^4.1.1",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"g-i-s": "^2.1.6",
"got": "^11.8.2",
"heroku-client": "^3.1.0",
"jimp": "^0.16.1",
"jsdom": "^20.0.0",
"node-cron": "^3.0.2",
"node-fetch": "^2.6.1",
"node-webpmux": "^3.1.0",
"pastebin-js": "^1.0.6",
"pg": "^8.8.0",
"pino": "^8.1.0",
"pm2": "^5.2.0",
"qrcode": "^1.5.1",
"qrcode-reader": "^1.0.4",
"scraper-x0": "^1.0.6",
"sequelize": "^6.23.0",
"sharp": "^0.30.7",
"express": "latest",
"simple-git": "^3.14.1",
"sqlite3": "^5.1.1",
"supervisor": "^0.12.0",
"yt-search": "^2.10.3"
}
}