{
  "name": "node-red-contrib-wled",
  "version": "0.0.4",
  "description": "Node-RED nodes for WLED",
  "main": "index.js",
  "scripts": {
    "test": "xo",
    "lintfix": "xo --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hobbyquaker/node-red-contrib-wled.git"
  },
  "keywords": [
    "wled",
    "ws2812",
    "neopixel",
    "stripe",
    "node-red"
  ],
  "author": "Sebastian Raff <hobbyquaker@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hobbyquaker/node-red-contrib-wled/issues"
  },
  "homepage": "https://github.com/hobbyquaker/node-red-contrib-wled#readme",
  "dependencies": {
    "dnssd2": "^1.0.0",
    "node-fetch": "^2.6.0"
  },
  "node-red": {
    "nodes": {
      "wled": "nodes/wled.js"
    }
  },
  "devDependencies": {
    "eslint-plugin-html": "^6.0.0",
    "xo": "^0.25.3"
  },
  "xo": {
    "space": 4,
    "plugin": "html",
    "global": [
      "$",
      "RED",
      "window",
      "document",
      "fetch"
    ],
    "extensions": [
      "js",
      "html"
    ],
    "rules": {
      "capitalized-comments": 0,
      "spaced-comment": 0,
      "unicorn/catch-error-name": 0,
      "no-unused-expressions": "warn",
      "no-await-in-loop": "warn",
      "unicorn/prefer-string-slice": "warn",
      "require-atomic-updates": "warn",
      "unicorn/no-nested-ternary": "warn",
      "promise/prefer-await-to-then": "warn",
      "prefer-named-capture-group": "warn"
    },
    "ignore": []
  }
}
