{
  "name": "node-red-contrib-ha-mqtt",
  "version": "1.2.17",
  "description": "Generate MQTT entities in HomeAssistant",
  "keywords": [
    "node-red",
    "ha-mqtt",
    "homeassistant",
    "home-assistant"
  ],
  "node-red": {
    "version": ">=1.3.7",
    "nodes": {
      "common": "common.js",
      "device": "device/device.js",
      "discovery": "discovery/discovery.js",
      "alarm_control_panel": "alarm_control_panel/alarm_control_panel.js",
      "binary_sensor": "binary_sensor/binary_sensor.js",
      "button": "button/button.js",
      "camera": "camera/camera.js",
      "climate": "climate/climate.js",
      "cover": "cover/cover.js",
      "device_automation": "device_automation/device_automation.js",
      "device_tracker": "device_tracker/device_tracker.js",
      "event": "event/event.js",
      "fan": "fan/fan.js",
      "humidifier": "humidifier/humidifier.js",
      "image": "image/image.js",
      "lawn_mower": "lawn_mower/lawn_mower.js",
      "light": "light/light.js",
      "lock": "lock/lock.js",
      "number": "number/number.js",
      "notify": "notify/notify.js",
      "scene": "scene/scene.js",
      "select": "select/select.js",
      "sensor": "sensor/sensor.js",
      "siren": "siren/siren.js",
      "switch": "switch/switch.js",
      "tag": "tag/tag.js",
      "text": "text/text.js",
      "update": "update/update.js",
      "vacuum": "vacuum/vacuum.js",
      "valve": "valve/valve.js",
      "water_heater": "water_heater/water_heater.js"
    }
  },
  "engines": {
    "node": ">=12"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shaonianzhentan/node-red-contrib-ha-mqtt.git"
  },
  "author": "shaonianzhentan",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/shaonianzhentan/node-red-contrib-ha-mqtt/issues"
  },
  "homepage": "https://github.com/shaonianzhentan/node-red-contrib-ha-mqtt#readme",
  "dependencies": {
    "gcoord": "^1.0.5",
    "node-pinyin": "^0.2.3"
  },
  "publishConfig": {
    "access": "public"
  }
}