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.
36 lines (35 loc) • 912 B
JSON
{
"name": "node-red-contrib-dynamic-websocket",
"version": "1.1.1",
"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": "git+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"
}
}