{
  "name": "homebridge-yeelight-light-ceiling10",
  "version": "1.0.54",
  "description": "HomeBridge Yeelight Light Ceiling10",
  "main": "dist/homebridge-yeelight-light-ceiling10/src/index.js",
  "homepage": "https://github.com/Caldis/homebridge-yeelight-light-ceiling10",
  "dependencies": {
    "http-headers": "3.0.2",
    "lodash.debounce": "4.0.8",
    "lodash.once": "4.1.1",
    "lodash.throttle": "4.1.1",
    "miio": "0.15.6"
  },
  "devDependencies": {
    "@types/node": "17.0.42",
    "homebridge": "1.4.1",
    "rimraf": "3.0.2",
    "typescript": "4.7.3"
  },
  "scripts": {
    "build": "rimraf ./dist && tsc --project tsconfig.json",
    "watch": "tsc --project tsconfig.json --watch",
    "link:self": "npm run prepublishOnly && npm unlink homebridge-yeelight-light-ceiling10 && npm link",
    "prepublishOnly": "npm version patch && npm run build"
  },
  "keywords": [
    "homebridge-plugin"
  ],
  "engines": {
    "homebridge": ">=1.0.0"
  },
  "author": "Caldis",
  "license": "ISC"
}
