Files
openclaw/extensions/line/package.json
2026-02-07 00:44:32 -08:00

30 lines
684 B
JSON

{
"name": "@openclaw/line",
"version": "2026.2.6-3",
"description": "OpenClaw LINE channel plugin",
"type": "module",
"devDependencies": {
"openclaw": "workspace:*"
},
"openclaw": {
"extensions": [
"./index.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"
}
}
}