homebridge-smartthings-ac-km81
Version:
SmartThings 에어컨을 HomeKit에 연동하는 커스텀 플러그인 (무풍/자동건조/어린이 보호용 잠금장치 매핑, 별도 스위치 노출, OAuth2)
64 lines (45 loc) • 1.09 kB
JSON
{
"name": "homebridge-smartthings-ac-km81",
"version": "2.5.3",
"description": "SmartThings 에어컨을 HomeKit에 연동하는 커스텀 플러그인 (무풍/자동건조/어린이 보호용 잠금장치 매핑, 별도 스위치 노출, OAuth2)",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint ."
},
"author": "Km81",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"homebridge",
"smartthings",
"airconditioner",
"samsung",
"ac",
"korean",
"km81",
"oauth",
"cli"
],
"engines": {
"homebridge": ">=1.6.0",
"node": ">=18.0.0"
},
"homebridge": {
"verifiedPlugin": true,
"schema": "config.schema.json"
},
"repository": {
"type": "git",
"url": "https://github.com/Km81/homebridge-smartthings-ac-km81.git"
},
"dependencies": {
"axios": "^1.7.2",
"axios-retry": "^4.1.0",
"lru-cache": "^10.2.2"
},
"devDependencies": {
"eslint": "^8.57.0",
"jest": "^29.7.0"
}
}