UNPKG

homebridge-savanthost

Version:
54 lines (53 loc) 1.34 kB
{ "name": "homebridge-savanthost", "displayName": "Homebridge SavantHost", "version": "1.4.8", "description": "Savant主机场景控制插件", "license": "MIT", "keywords": [ "homebridge-plugin", "savant", "savantsmarthome", "scene", "SavantHost", "control", "smart home", "rickyangkai", "SavantChinaGroup" ], "repository": { "type": "git", "url": "git://github.com/rickyangkai/homebridge-savanthost.git" }, "bugs": { "url": "https://github.com/rickyangkai/homebridge-savanthost/issues" }, "engines": { "homebridge": "^1.6.0 || ^2.0.0-beta.0", "node": "^18.20.4 || ^20.15.1 || ^22 || ^24" }, "main": "dist/index.js", "scripts": { "lint": "eslint .", "watch": "npm run build && npm link && nodemon", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run lint && npm run build" }, "devDependencies": { "@eslint/js": "^8.57.0", "@types/node": "^18.19.0", "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", "eslint": "^8.57.0", "homebridge": "^1.3.5", "nodemon": "^3.0.3", "rimraf": "^5.0.5", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "dependencies": { "axios": "^1.13.2", "bonjour-service": "^1.3.0", "homebridge-lib": "^7.0.0" } }