2026-02-10 15:33:57 -08:00
|
|
|
{
|
|
|
|
|
"name": "@openclaw/irc",
|
2026-03-14 06:05:39 +00:00
|
|
|
"version": "2026.3.14",
|
2026-02-10 15:33:57 -08:00
|
|
|
"description": "OpenClaw IRC channel plugin",
|
|
|
|
|
"type": "module",
|
2026-03-03 05:33:03 +00:00
|
|
|
"dependencies": {
|
|
|
|
|
"zod": "^4.3.6"
|
|
|
|
|
},
|
2026-02-10 15:33:57 -08:00
|
|
|
"openclaw": {
|
|
|
|
|
"extensions": [
|
|
|
|
|
"./index.ts"
|
2026-03-15 18:46:22 -07:00
|
|
|
],
|
2026-03-18 16:01:31 -07:00
|
|
|
"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"
|
|
|
|
|
}
|
2026-02-10 15:33:57 -08:00
|
|
|
}
|
|
|
|
|
}
|