2026-02-10 15:33:57 -08:00
|
|
|
{
|
|
|
|
|
"name": "@openclaw/irc",
|
2026-04-06 17:05:22 +01:00
|
|
|
"version": "2026.4.6",
|
2026-02-10 15:33:57 -08:00
|
|
|
"description": "OpenClaw IRC channel plugin",
|
|
|
|
|
"type": "module",
|
2026-04-07 08:48:08 +01:00
|
|
|
"devDependencies": {
|
|
|
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
|
|
|
},
|
2026-02-10 15:33:57 -08:00
|
|
|
"openclaw": {
|
|
|
|
|
"extensions": [
|
|
|
|
|
"./index.ts"
|
2026-03-15 18:46:22 -07:00
|
|
|
],
|
2026-03-22 09:12:08 -07:00
|
|
|
"install": {
|
2026-04-06 17:05:22 +01:00
|
|
|
"minHostVersion": ">=2026.4.6"
|
2026-03-22 09:12:08 -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.",
|
2026-03-28 17:16:45 +00:00
|
|
|
"aliases": [
|
|
|
|
|
"internet-relay-chat"
|
|
|
|
|
],
|
2026-04-06 00:59:43 +01:00
|
|
|
"systemImage": "network",
|
|
|
|
|
"configuredState": {
|
|
|
|
|
"specifier": "./configured-state",
|
|
|
|
|
"exportName": "hasIrcConfiguredState"
|
|
|
|
|
}
|
2026-03-18 16:01:31 -07:00
|
|
|
}
|
2026-02-10 15:33:57 -08:00
|
|
|
}
|
|
|
|
|
}
|