UNPKG

node-red-contrib-line-messaging-api

Version:

Node-RED nodes for LINE Messaging API integration. Build LINE Bots easily with visual programming.

51 lines (50 loc) 1.49 kB
{ "name": "node-red-contrib-line-messaging-api", "version": "0.4.13", "description": "Node-RED nodes for LINE Messaging API integration. Build LINE Bots easily with visual programming.", "main": "line.js", "repository": { "type": "git", "url": "git+https://github.com/n0bisuke/node-red-contrib-line-messaging-api.git" }, "scripts": { "deploy": "git add -A && git commit -m 'update' && git push origin main", "test": "echo \"Error: no test specified\" && exit 1" }, "node-red": { "version": ">=3.1.0", "nodes": { "Webhook": "./nodes/webhook/webhook.js", "ReplyMessage_New": "./nodes/_new/reply/reply.js", "PushMessage_New": "./nodes/_new/push/push.js", "BloadcastMessage": "./nodes/bloadcast/bloadcast.js", "Limit": "./nodes/limit/limit.js", "getProfile": "./nodes/getProfile/getProfile.js", "getBotInfo": "./nodes/getBotInfo/getBotInfo.js", "lineConfig": "./nodes/config/config.js", "Loading": "./nodes/loading/loading.js", "ReplyMessage": "./nodes/reply/reply.js", "PushMessage": "./nodes/push/push.js", "MarkAsRead": "./nodes/markAsRead/markAsRead.js" } }, "keywords": [ "node-red", "LINE", "bot", "messaging", "webhook", "api", "i18n" ], "author": "n0bisuke", "license": "Apache 2.0", "engines": { "node": ">=18" }, "dependencies": { "@line/bot-sdk": "^10.5.0", "body-parser": "^2.2.1", "cors": "^2.8.5" } }