-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.68 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.68 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
{
"name": "@itsliaaa/baileys",
"version": "0.1.0",
"description": "A simple fork of Baileys for WhatsApp automation",
"main": "lib/index.js",
"type": "module",
"scripts": {
"preinstall": "node ./engine-requirements.js"
},
"engines": {
"node": ">=20"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itsliaaa/baileys.git"
},
"files": [
"lib/**/*",
"WAProto/**/*",
"engine-requirements.js"
],
"keywords": [
"automation",
"baileys",
"baileys-fork",
"baileys-mod",
"js-whatsapp",
"multi-device",
"whatsapp",
"whatsapp-api",
"whatsapp-bot",
"whatsapp-chat",
"whatsapp-group",
"whatsapp-web"
],
"homepage": "https://github.com/itsliaaa/baileys#readme",
"author": "Lia Wynn",
"license": "MIT",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@cacheable/node-cache": "^1.4.0",
"@hapi/boom": "^9.1.3",
"async-mutex": "^0.5.0",
"fflate": "^0.8.2",
"libsignal": "github:WhiskeySockets/libsignal-node",
"lru-cache": "^11.1.0",
"music-metadata": "^11.7.0",
"p-queue": "^9.1.0",
"pino": "^9.6.0",
"protobufjs": "^7.5.4",
"whatsapp-rust-bridge": "^0.5.2",
"ws": "^8.19.0"
},
"peerDependencies": {
"audio-decode": "^2.1.3",
"jimp": "^1.6.0",
"link-preview-js": "^3.0.0",
"sharp": "*"
},
"peerDependenciesMeta": {
"audio-decode": {
"optional": true
},
"jimp": {
"optional": true
},
"link-preview-js": {
"optional": true
}
},
"packageManager": "yarn@4.9.2"
}