mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-23 07:51:33 +00:00
* fix(plugin-sdk): remove relative extension boundary escapes * Gate new plugin-sdk subpaths on host version * Add changelog entry for #51939 * Fix local staging for plugin-sdk host version gate * Raise host floor for line and googlechat plugins --------- Co-authored-by: Tak Hoffman <781889+Takhoffman@users.noreply.github.com>
40 lines
879 B
JSON
40 lines
879 B
JSON
{
|
|
"name": "@openclaw/line",
|
|
"version": "2026.3.14",
|
|
"private": true,
|
|
"description": "OpenClaw LINE channel plugin",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.3.14"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"setupEntry": "./setup-entry.ts",
|
|
"channel": {
|
|
"id": "line",
|
|
"label": "LINE",
|
|
"selectionLabel": "LINE (Messaging API)",
|
|
"docsPath": "/channels/line",
|
|
"docsLabel": "line",
|
|
"blurb": "LINE Messaging API bot for Japan/Taiwan/Thailand markets.",
|
|
"order": 75,
|
|
"quickstartAllowFrom": true
|
|
},
|
|
"install": {
|
|
"npmSpec": "@openclaw/line",
|
|
"localPath": "extensions/line",
|
|
"defaultChoice": "npm"
|
|
}
|
|
}
|
|
}
|