-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.44 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.44 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
{
"name": "@henryxiaoyang/wechat-access-unqclawed",
"version": "1.0.8",
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit"
},
"description": "Dual-ingress relay for OpenClaw with QR session bootstrap and encrypted webhook handling",
"author": "HenryXiaoYang",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/HenryXiaoYang/wechat-access-unqclawed.git"
},
"files": [
"index.ts",
"src/",
"openclaw.plugin.json",
"protocol-notes.md",
"README.md"
],
"openclaw": {
"extensions": [
"./index.ts"
],
"channel": {
"id": "wechat-access-unqclawed",
"label": "Relay Spine",
"selectionLabel": "Relay Spine",
"detailLabel": "Relay Spine Bridge",
"docsPath": "/channels/wechat-access",
"docsLabel": "relay-spine",
"blurb": "QR-bootstrapped socket relay with encrypted webhook fallback for OpenClaw.",
"aliases": [
"wechatwork",
"wework",
"服务号",
"企微",
"企业微信"
],
"order": 85
},
"install": {
"npmSpec": "@henryxiaoyang/wechat-access-unqclawed",
"localPath": "extensions/wechat-access",
"defaultChoice": "npm"
}
},
"dependencies": {
"fast-xml-parser": "^5.4.1",
"qrcode-terminal": "^0.12.0",
"undici": "^7.20.0",
"ws": "^8.18.0",
"zod": "^4.3.6"
},
"peerDependencies": {
"openclaw": ">=2026.1.26"
}
}