Files
openclaw/extensions/irc/package.json
2026-03-22 11:58:33 -07:00

29 lines
652 B
JSON

{
"name": "@openclaw/irc",
"version": "2026.3.22",
"description": "OpenClaw IRC channel plugin",
"type": "module",
"dependencies": {
"zod": "^4.3.6"
},
"openclaw": {
"extensions": [
"./index.ts"
],
"install": {
"minHostVersion": ">=2026.3.22"
},
"setupEntry": "./setup-entry.ts",
"channel": {
"id": "irc",
"label": "IRC",
"selectionLabel": "IRC (Server + Nick)",
"detailLabel": "IRC",
"docsPath": "/channels/irc",
"docsLabel": "irc",
"blurb": "classic IRC networks with DM/channel routing and pairing controls.",
"systemImage": "network"
}
}
}