-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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
{
"name": "EliTechWiz-V2",
"version": "2.0.0",
"description": "EliTechWiz-V2 Multi Device",
"main": "main.js",
"scripts": {
"start": "node main.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"dependencies": {
"@hapi/boom": "^9.1.4",
"@vitalets/google-translate-api": "^8.0.0",
"@whiskeysockets/baileys": "^6.0.0",
"axios": "^1.3.4",
"chalk": "^5.2.0",
"cheerio": "^1.0.0-rc.12",
"file-type": "^18.0.0",
"fs-extra": "^11.1.1",
"google-tts-api": "^2.0.0",
"image-to-webp": "^1.0.0",
"imgur": "^1.0.2",
"jimp": "^0.16.1",
"lodash": "^4.17.21",
"lowdb": "^3.0.0",
"moment-timezone": "^0.5.34",
"node-cache": "^5.1.2",
"node-fetch": "^3.3.1",
"node-webpmux": "^1.0.0",
"performance-now": "^2.1.0",
"pino": "^8.0.0",
"qrcode-terminal": "^0.12.0",
"readline": "^1.3.0",
"yargs": "^17.6.2",
"yt-search": "^2.10.0",
"eslint": "^8.0.0"
},
"author": "EliTechWiz",
"license": "MIT"
}