{
  "name": "homebridge-yeelight-wifi",
  "version": "3.0.2",
  "description": "Homebridge plugin for YeeLight bulbs & lamps.",
  "license": "MIT",
  "keywords": [
    "homebridge-plugin",
    "yeelight",
    "ceiling"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/vieira/homebridge-yeelight-wifi.git"
  },
  "author": {
    "name": "vieira"
  },
  "bugs": {
    "url": "http://github.com/vieira/homebridge-yeelight-wifi/issues"
  },
  "contributors": [
    {
      "name": "Oleksandr Boichenko",
      "email": "banzalik@gmail.com",
      "url": "http://github.com/banzalik"
    },
    {
      "name": "Andrey Okonetchnikov",
      "email": "andrey@okonet.ru",
      "url": "http://github.com/okonet"
    }
  ],
  "dependencies": {
    "conventional-changelog-eslint": "3.0.9"
  },
  "devDependencies": {
    "eslint": "^8.47.0",
    "eslint-plugin-import": "^2.28.1",
    "husky": ">=8.0.3",
    "lint-staged": "^14.0.0",
    "prettier": "^3.0.2"
  },
  "engines": {
    "node": ">=16.16.0",
    "homebridge": ">=1.3.0"
  },
  "scripts": {
    "prepare": "husky install",
    "start": "DEBUG=Yeelight homebridge -D -R -P . -U ./homebridge",
    "format": "prettier --write \"**/*.{js,md}\"",
    "posttest": "npm run format"
  },
  "eslintConfig": {
    "parserOptions": {
      "ecmaVersion": 2020
    },
    "env": {
      "node": true,
      "es6": true
    },
    "extends": [
      "eslint:recommended",
      "plugin:import/errors",
      "plugin:import/warnings"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": "eslint --fix",
    "*.{js,md}": "prettier --write"
  }
}
