-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.37 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
{
"name": "alya",
"version": "4.0",
"description": "WhatsApp multi Device, updated with better performance",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js"
},
"imports": {
"#serialize": "./lib/serialize.js",
"#handler": "./handler.js",
"#db": "./lib/system/database.js",
"#cmdsloader": "./lib/system/cmdsloader.js",
"#subs": "./cmds/socket/subbot.js",
"#events": "./cmds/events.js",
"#cmds/*": "./cmds/*.js"
},
"keywords": [
"whatsapp",
"baileys"
],
"author": "DevZyxlJs",
"license": "MIT",
"engines": {
"node": ">=25.0.0",
"npm": ">=10.9.4"
},
"dependencies": {
"@hapi/boom": "latest",
"baileys": "github:this-xys/baileys",
"yargs": "^18.0.0",
"axios": "^1.16.1",
"chalk": "^4.1.2",
"http": "latest",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"gradient-string": "^2.0.2",
"human-readable": "^0.2.1",
"jimp": "latest",
"moment-timezone": "^0.5.48",
"moment": "^2.29.4",
"mime-types": "^3.0.2",
"node-fetch": "^2.7.0",
"node-cache": "^5.1.2",
"node-webpmux": "^3.2.0",
"grapheme-splitter": "^1.0.4",
"pino": "^10.3.1",
"qrcode": "^1.5.3",
"qrcode-terminal": "^0.12.0",
"readline-sync": "^1.4.10",
"syntax-error": "^1.4.0",
"uuid": "^14.0.0",
"yt-search": "^2.10.4",
"pg": "^8.11.3"
}
}