{ "name": "@openclaw/line", "version": "2026.5.2", "description": "OpenClaw LINE channel plugin", "repository": { "type": "git", "url": "https://github.com/openclaw/openclaw" }, "type": "module", "dependencies": { "@line/bot-sdk": "^11.0.0" }, "devDependencies": { "@openclaw/plugin-sdk": "workspace:*", "openclaw": "workspace:*" }, "peerDependencies": { "openclaw": ">=2026.5.2" }, "peerDependenciesMeta": { "openclaw": { "optional": true } }, "openclaw": { "extensions": [ "./index.ts" ], "setupEntry": "./setup-entry.ts", "channel": { "id": "line", "label": "LINE", "selectionLabel": "LINE (Messaging API)", "detailLabel": "LINE Bot", "docsPath": "/channels/line", "docsLabel": "line", "blurb": "LINE Messaging API webhook bot.", "systemImage": "message", "order": 75, "quickstartAllowFrom": true }, "install": { "npmSpec": "@openclaw/line", "defaultChoice": "npm", "minHostVersion": ">=2026.4.10" }, "compat": { "pluginApi": ">=2026.5.2" }, "build": { "openclawVersion": "2026.5.2" }, "release": { "publishToClawHub": true, "publishToNpm": true } } }