-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 774 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 774 Bytes
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
{
"name": "whatsapp-pro",
"version": "2026.3.25",
"private": true,
"description": "WhatsApp channel plugin with observer mode for passive message logging",
"type": "module",
"dependencies": {
"@whiskeysockets/baileys": "7.0.0-rc.9",
"@mariozechner/pi-agent-core": "0.61.1",
"jimp": "^1.6.0",
"qrcode-terminal": "^0.12.0",
"sql.js": "^1.14.1",
"@sinclair/typebox": "0.34.48"
},
"peerDependencies": {
"openclaw": ">=2026.3.22",
"zod": "^4.0.0"
},
"peerDependenciesMeta": {
"openclaw": {
"optional": true
},
"zod": {
"optional": true
}
},
"devDependencies": {
"vitest": "^3.1.1"
},
"openclaw": {
"extensions": [
"./index.ts"
],
"setupEntry": "./setup-entry.ts"
}
}