{
  "name": "node-red-contrib-dynamic-websocket",
  "version": "1.0.7",
  "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"
  }
}
