@zswuwing/homebridge-wyze-smart-home
Version:
Wyze Smart Home plugin for Homebridge
51 lines (50 loc) • 1.23 kB
JSON
{
"name": "@zswuwing/homebridge-wyze-smart-home",
"version": "0.5.37",
"description": "Wyze Smart Home plugin for Homebridge",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"lint": "eslint src/**.js --max-warnings=0",
"start": "homebridge -I -D -P . -U ~/Work/homebridge-wyze-api"
},
"keywords": [
"homebridge-plugin",
"Wyze",
"Hoobs"
],
"homepage": "http://github.com/jfarmer08/homebridge-wyze-smart-home",
"repository": {
"type": "git",
"url": "git://github.com/jfarmer08/homebridge-wyze-smart-home.git"
},
"bugs": {
"url": "http://github.com/jfarmer08/homebridge-wyze-smart-home/issues"
},
"engines": {
"node": ">=14.19.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"axios": "^0.21.1",
"colorsys": "^1.0.22",
"crypto-js": "4.1.1",
"md5": "^2.2.1",
"utf8": "^3.0.0",
"uuid": "8.3.2",
"wyze-api": "^1.0.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^8.17.0",
"eslint-config-standard": "^17.0.0"
},
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/AllenFarmer"
}
],
"author": ""
}