-
Notifications
You must be signed in to change notification settings - Fork 379
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.18 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.18 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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "Lazack-Bots",
"version": "2.2.5",
"description": "WhatsApp Bot Multi Device",
"main": "index.js",
"type": "module",
"directories": {
"lib": "lib",
"src": "src",
"plugins": "lazackcmds"
},
"scripts": {
"start": "node index.js",
"qr": "node index.js qr",
"code": "node index.js code",
"test": "node test.js",
"test2": "nodemon index.js",
"eslint": "eslint .",
"eslintfix": "eslint --fix ."
},
"homepage": "https://github.com/Lazack28/Lazack-Device",
"author": {
"name": "Lazack28"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lazack28/Lazack-Device.git"
},
"bugs": {
"url": "https://github.com/Lazack28/Lazack-Device/issues"
},
"license": "MIT-License",
"dependencies": {
"@bochilteam/scraper": "^4.2.4",
"@vitalets/google-translate-api": "^8.0.0",
"@whiskeysockets/baileys": "latest",
"acrcloud": "^1.4.0",
"api-dylux": "^1.7.2",
"aptoide-scraper": "github:DIEGO-OFC/dv-aptoide-scraper",
"awesome-phonenumber": "^3.4.0",
"axios": "^1.1.2",
"boxen": "^7.1.1",
"cfonts": "^3.3.0",
"chalk": "^5.1.0",
"cheerio": "npm:cheerio@1.0.0-rc.12",
"express": "^5.1.0",
"file-type": "^18.0.0",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"formdata-node": "^5.0.0",
"google-libphonenumber": "3.2.38",
"hispamemes": "^1.0.7",
"human-readable": "^0.2.1",
"jsdom": "^20.0.1",
"lodash": "^4.17.21",
"lowdb": "^3.0.0",
"megajs": "^1.1.3",
"mongoose": "^6.6.5",
"node-cache": "^5.1.2",
"node-fetch": "^3.2.10",
"node-gtts": "^2.0.2",
"node-os-utils": "^1.3.6",
"node-webpmux": "^3.1.3",
"openai": "^3.3.0",
"perf_hooks": "^0.0.1",
"performance-now": "^2.1.0",
"pino": "^8.6.1",
"qrcode": "^1.5.1",
"ruhend-scraper": "^7.0.4",
"similarity": "^1.2.1",
"syntax-error": "^1.4.0",
"terminal-image": "^2.0.0",
"undici": "^5.10.0",
"url-regex-safe": "^3.0.0",
"uuid": "^10.0.0",
"yargs": "^17.3.1",
"yt-search": "^2.10.3",
"jimp": "^1.6.0"
},
"optionalDependencies": {
"moment-timezone": "^0.5.37",
"wa-sticker-formatter": "^4.3.2"
}
}