-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "Leon",
"version": "2.0.0",
"description": "WhatsApp Bot.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"No tests specified\" && exit 0"
},
"author": "TOXIC DEVIL",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TOXIC-DEVIL/Leon"
},
"dependencies": {
"@whiskeysockets/baileys": "^6.7.7",
"@adiwajshing/keyed-db": "^0.2.4",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"acrcloud": "^1.4.0",
"colors": "^1.4.0",
"form-data": "^4.0.0",
"fluent-ffmpeg": "^2.1.2",
"g-i-s": "github:TOXIC-DEVIL/g-i-s",
"google-tts-api": "^2.0.2",
"http": "^0.0.1-security",
"jimp": "^0.16.13",
"mathjs": "^13.0.3",
"mime-to-extensions": "^1.0.2",
"node-webpmux": "^3.1.8",
"pdfkit": "^0.15.0",
"pg": "^8.11.3",
"qrcode-terminal": "^0.12.0",
"rsnchat": "^4.0.1",
"remove.bg": "^1.3.0",
"sharp": "^0.32.2",
"simple-git": "^2.37.0",
"sequelize": "^6.35.1",
"sqlite3": "^5.1.6",
"translate-google-api": "^1.0.4",
"ytdl-core": "github:distubejs/ytdl-core"
},
"engines": {
"node": "20"
}
}