Files
openclaw/extensions/irc/package.json
2026-03-18 16:01:43 -07:00

26 lines
590 B
JSON

{
"name": "@openclaw/irc",
"version": "2026.3.14",
"description": "OpenClaw IRC channel plugin",
"type": "module",
"dependencies": {
"zod": "^4.3.6"
},
"openclaw": {
"extensions": [
"./index.ts"
],
"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"
}
}
}