UNPKG

homebridge-hca

Version:

HCA plugin for Homebridge

37 lines (36 loc) 813 B
{ "name": "homebridge-hca", "displayName": "Homebridge HCA", "version": "1.0.0", "description": "HCA plugin for Homebridge", "keywords": [ "homebridge-plugin", "hca", "home control assistant" ], "readmeFilename": "", "engines": { "homebridge": "^1.8.0 || ^2.0.0-beta.0", "node": "^18.20.4 || ^20.18.0 || ^22.10.0" }, "main": "index.js", "scripts": { "start": "homebridge -D -P .", "watch": "npm link && nodemon homebridge -D -P .", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Benjamin Ford", "license": "ISC", "files": [ "lib/", "config-sample.json", "config.schema.json" ], "dependencies": { "node-hca": "0.0.17" }, "devDependencies": { "nodemon": "^3.1.7", "homebridge": "^2.0.0-beta.0" } }