{
  "name": "homebridge-tuya-platform-feit-shop-light",
  "version": "1.5.1",
  "description": "Homebridge plugin for Tuya Open API, modified by Zuyang for Feit shop light",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": " homebridge -D -U ./config/ -P ./"
  },
  "keywords": [
    "homebridge-plugin"
  ],
  "author": "Zuyang",
  "license": "MIT",
  "homepage": "https://github.com/zuyan9/tuya-homebridge",
  "engines": {
    "node": ">=0.12.0",
    "homebridge": ">=0.2.0"
  },
  "dependencies": {
    "@clubedaentrega/cipher": "^1.0.0",
    "aes-decrypter": "^3.1.2",
    "axios": "^0.21.1",
    "chai": "^4.3.4",
    "crypto-js": "^4.0.0",
    "js-base64": "^3.6.1",
    "mqtt": "^4.2.6",
    "string-cipher": "^1.0.8",
    "text-encoding": "^0.7.0",
    "uuid": "^8.3.2"
  }
}
