forked from Aliang1337/openclaw-napcat
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.1 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
{
"name": "@hyl_aa/napcat",
"version": "1.3.0",
"description": "OpenClaw QQ channel plugin via NapCat (OneBot 11) — 增强版:安全加固 + 长消息策略 + 关键字触发 + 群事件钩子",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lynn-521/openclaw-napcat.git"
},
"keywords": [
"openclaw",
"openclaw-plugin",
"qq",
"napcat",
"onebot",
"chatbot"
],
"dependencies": {
"ws": "^8.18.0"
},
"peerDependencies": {
"openclaw": "*"
},
"openclaw": {
"extensions": [
"./index.ts"
],
"channel": {
"id": "napcat",
"label": "QQ (NapCat)",
"selectionLabel": "QQ via NapCat (OneBot 11)",
"docsPath": "/channels/napcat",
"docsLabel": "napcat",
"blurb": "QQ messaging via NapCat OneBot 11 reverse WebSocket.",
"aliases": [
"qq",
"onebot"
],
"order": 90,
"quickstartAllowFrom": true
},
"install": {
"npmSpec": "@hyl_aa/napcat",
"localPath": "extensions/napcat",
"defaultChoice": "npm"
}
}
}