-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.27 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
{
"name": "wecom-app",
"version": "0.1.0",
"description": "Enterprise WeChat self-built application channel plugin for OpenClaw",
"type": "module",
"main": "index.js",
"files": [
"index.js",
"crypto.js",
"dynamic-agent.js",
"logger.js",
"wecom-api.js",
"webhook.js",
"utils.js",
"openclaw.plugin.json",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/wangdinglu/openclaw-plugin-wecom-app.git"
},
"peerDependencies": {
"openclaw": "*"
},
"openclaw": {
"extensions": [
"./index.js"
],
"channel": {
"id": "wecom-app",
"label": "Enterprise WeChat App",
"selectionLabel": "Enterprise WeChat (Self-built App)",
"docsPath": "/channels/wecom-app",
"docsLabel": "wecom-app",
"blurb": "Enterprise WeChat self-built application with standard message API",
"order": 91,
"aliases": [
"wecom-app",
"wework-app"
]
},
"install": {
"defaultChoice": "npm",
"npmSpec": "github:wangdinglu/openclaw-plugin-wecom-app"
}
},
"keywords": [
"openclaw",
"wecom",
"enterprise-wechat",
"self-built-app",
"chat",
"plugin"
],
"author": "wangdinglu",
"license": "ISC"
}