homebridge-wyze-smart-home-justoy-forked
Version:
Wyze Smart Home plugin for Homebridge forked by justoy, which supports wyze battery cam pro
52 lines (51 loc) • 1.38 kB
JSON
{
"name": "homebridge-wyze-smart-home-justoy-forked",
"version": "0.5.47",
"description": "Wyze Smart Home plugin for Homebridge forked by justoy, which supports wyze battery cam pro",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"lint": "eslint src/**.js --max-warnings=0"
},
"keywords": [
"homebridge-plugin",
"Wyze",
"Hoobs"
],
"homepage": "https://github.com/justoy/homebridge-wyze-smart-home",
"repository": {
"type": "git",
"url": "git://github.com/justoy/homebridge-wyze-smart-home.git"
},
"bugs": {
"url": "http://github.com/justoy/homebridge-wyze-smart-home/issues"
},
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.15.1"
},
"dependencies": {
"axios": "^1.5.0",
"base64-js": "1.5.1",
"colorsys": "^1.0.22",
"crypto-js": "4.2.0",
"homebridge-config-ui-x": "^4.56.4",
"inherits": "2.0.4",
"md5": "^2.2.1",
"moment": "2.29.4",
"querystring": "0.2.1",
"urllib": "3.18.0",
"utf8": "^3.0.0",
"uuid": "8.3.2",
"uuid-by-string": "4.0.0",
"wyze-api": "1.1.7",
"aws-sdk": "2.1679.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^8.17.0",
"eslint-config-standard": "^17.0.0",
"homebridge": "^2.0.0-beta.0"
}
}