{
  "name": "node-red-contrib-blynk-ws",
  "version": "1.0.11",
  "description": "Node Red integration with Blynk App and Server through websockets",
  "scripts": {
    "lint": "./node_modules/.bin/eslint \"{libs,nodes}/**/*.{js,json,html}\"",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gablau/node-red-contrib-blynk-ws.git"
  },
  "keywords": [
    "node-red",
    "blynk",
    "iot",
    "websockets"
  ],
  "author": "Gabriele Lauricella <gab.lau@gmail.com> (https://github.com/gablau)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gablau/node-red-contrib-blynk-ws/issues"
  },
  "homepage": "https://github.com/gablau/node-red-contrib-blynk-ws",
  "dependencies": {
    "compare-versions": "^5.x.x",
    "https-proxy-agent": ">=5.0.0",
    "secure-random-string": ">=1.1.x",
    "utf8": "^3.0.0",
    "ws": ">=8.19.0"
  },
  "devDependencies": {
    "eslint": "^8.x.x",
    "eslint-config-airbnb-base": "^15.x.x",
    "eslint-plugin-html": "^8.x.x",
    "eslint-plugin-import": "^2.32.x",
    "eslint-plugin-json": "^4.x.x",
    "eslint-plugin-progress": "github:gablau/eslint-plugin-progress"
  },
  "node-red": {
    "version": ">=2.0.0",
    "nodes": {
      "blynk-ws-client": "nodes/blynk-ws-client.js",
      "blynk-ws-in-app": "nodes/blynk-ws-in-app.js",
      "blynk-ws-in-read": "nodes/blynk-ws-in-read.js",
      "blynk-ws-in-write": "nodes/blynk-ws-in-write.js",
      "blynk-ws-out-write": "nodes/blynk-ws-out-write.js",
      "blynk-ws-out-set-property": "nodes/blynk-ws-out-set-property.js",
      "blynk-ws-out-sync": "nodes/blynk-ws-out-sync.js",
      "blynk-ws-out-bridge": "nodes/blynk-ws-out-bridge.js",
      "blynk-ws-out-email": "nodes/blynk-ws-out-email.js",
      "blynk-ws-out-lcd": "nodes/blynk-ws-out-lcd.js",
      "blynk-ws-out-notify": "nodes/blynk-ws-out-notify.js",
      "blynk-ws-out-table": "nodes/blynk-ws-out-table.js",
      "blynk-ws-zergba": "nodes/blynk-ws-zergba.js",
      "blynk-ws-style-btn": "nodes/blynk-ws-style-btn.js",
      "blynk-ws-image-gallery": "nodes/blynk-ws-image-gallery.js"
    }
  },
  "engines": {
    "node": ">=12.22.12"
  }
}