node-red-contrib-dynamic-websocket
Version:
A node that dynamically connects to a WebSocket URL, can send and receive messages, and reports connection state changes.
30 lines (29 loc) • 884 B
JSON
{
"name": "node-red-contrib-dynamic-websocket",
"version": "1.1.0",
"description": "A node that dynamically connects to a WebSocket URL, can send and receive messages, and reports connection state changes.",
"keywords": ["node-red", "websocket", "dynamic", "web-socket", "dynamic-websocket"],
"node-red": {
"version": ">=3.0.0",
"nodes": {
"dynamic-websocket": "dynamic-websocket.js"
}
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Hindurable/node-red-contrib-dynamic-websocket.git"
},
"bugs": {
"url": "https://github.com/Hindurable/node-red-contrib-dynamic-websocket/issues"
},
"homepage": "https://github.com/Hindurable/node-red-contrib-dynamic-websocket",
"author": "Hindurable",
"license": "MIT",
"dependencies": {
"ws": "^8.18.0"
}
}