mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-24 10:58:37 +00:00
* chore(release): close out 2026.6.10 on main * chore(release): align native app metadata for 2026.6.10 * chore(release): sync Android 2026.6.10 notes * docs(changelog): preserve 2026.6.9 history * docs(changelog): preserve 2026.6.9 history
64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
{
|
|
"name": "@openclaw/irc",
|
|
"version": "2026.6.10",
|
|
"description": "OpenClaw IRC channel plugin",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"install": {
|
|
"clawhubSpec": "clawhub:@openclaw/irc",
|
|
"npmSpec": "@openclaw/irc",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.6.9",
|
|
"allowInvalidConfigRecovery": true
|
|
},
|
|
"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.",
|
|
"aliases": [
|
|
"internet-relay-chat"
|
|
],
|
|
"systemImage": "network",
|
|
"configuredState": {
|
|
"env": {
|
|
"allOf": [
|
|
"IRC_HOST",
|
|
"IRC_NICK"
|
|
]
|
|
},
|
|
"specifier": "./configured-state",
|
|
"exportName": "hasIrcConfiguredState"
|
|
}
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.6.10"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.6.10",
|
|
"bundledDist": false
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"zod": "4.4.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/openclaw"
|
|
}
|
|
}
|