homebridge-smartthings-ac-km81
Version:
SmartThings 에어컨을 HomeKit에 연동하는 고기능 커스텀 플러그인 (CLI 기반 OAuth2 자동 인증 지원)
45 lines (44 loc) • 975 B
JSON
{
"name": "homebridge-smartthings-ac-km81",
"version": "2.3.0",
"description": "SmartThings 에어컨을 HomeKit에 연동하는 고기능 커스텀 플러그인 (CLI 기반 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
},
"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"
}
}