2026-01-25 07:22:36 -05:00
|
|
|
{
|
2026-01-30 03:15:10 +01:00
|
|
|
"name": "@openclaw/line",
|
2026-02-24 22:44:57 +00:00
|
|
|
"version": "2026.2.24",
|
2026-02-09 12:56:04 -06:00
|
|
|
"private": true,
|
2026-01-30 03:15:10 +01:00
|
|
|
"description": "OpenClaw LINE channel plugin",
|
2026-01-31 21:13:13 +09:00
|
|
|
"type": "module",
|
2026-01-30 03:15:10 +01:00
|
|
|
"openclaw": {
|
2026-01-25 07:22:36 -05:00
|
|
|
"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": {
|
2026-01-30 03:15:10 +01:00
|
|
|
"npmSpec": "@openclaw/line",
|
2026-01-25 07:22:36 -05:00
|
|
|
"localPath": "extensions/line",
|
|
|
|
|
"defaultChoice": "npm"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|