node-red-contrib-line-messaging-api
Version:
Node-RED nodes for LINE Messaging API integration. Build LINE Bots easily with visual programming.
47 lines (46 loc) • 1.4 kB
JSON
{
"name": "node-red-contrib-line-messaging-api",
"version": "0.4.3",
"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": {
"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"
}
},
"keywords": [
"node-red",
"LINE",
"bot",
"messaging",
"webhook",
"api",
"i18n"
],
"author": "n0bisuke",
"license": "Apache 2.0",
"dependencies": {
"@line/bot-sdk": "^9.5.0",
"body-parser": "^1.19.1",
"cors": "^2.8.5",
"express": "^4.17.1"
}
}