forked from HenryXiaoYang/wechat-openclaw-channel
-
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.45 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.45 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.10",
"type": "module",
"description": "OpenClaw 微信通路插件 — 扫码登录 + AGP WebSocket 双向通信",
"author": "HenryXiaoYang",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/HenryXiaoYang/wechat-access-unqclawed.git"
},
"files": [
"index.ts",
"auth/",
"common/",
"http/",
"websocket/",
"openclaw.plugin.json",
"websocket.md",
"README.md"
],
"openclaw": {
"extensions": [
"./index.ts"
],
"channel": {
"id": "wechat-access-unqclawed",
"label": "wechat-access-unqclawed",
"selectionLabel": "WeCom (plugin)",
"detailLabel": "WeCom Bot",
"docsPath": "/channels/wechat-access",
"docsLabel": "wechat-access-unqclawed",
"blurb": "Enterprise WeCom intelligent bot (API mode) via encrypted webhooks + passive replies.",
"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"
}
}