UNPKG

homebridge-chuango-h4

Version:

A homebridge plugin for the Chuango H4 home security system.

48 lines (47 loc) 1.21 kB
{ "private": false, "displayName": "Homebridge Chuango H4 Plugin", "name": "homebridge-chuango-h4", "version": "1.0.1", "description": "A homebridge plugin for the Chuango H4 home security system.", "license": "Apache-2.0", "repository": { "type": "git", "url": "git://github.com/dparnell/homebridge-chuango-h4.git" }, "bugs": { "url": "https://github.com/dparnell/homebridge-chuango-h4/issues" }, "engines": { "node": ">=10.17.0", "homebridge": ">=1.0.0" }, "main": "dist/index.js", "scripts": { "lint": "eslint src/**.ts --max-warnings=0", "watch": "yarn run build && yarn link && nodemon", "build": "rimraf ./dist && tsc", "prepublishOnly": "yarn run lint && yarn run build" }, "keywords": [ "homebridge-plugin", "chuango", "h4", "security", "alarm" ], "dependencies": { "chuango-h4-client": "^1.0.0" }, "devDependencies": { "@types/node": "^14.14.6", "@typescript-eslint/eslint-plugin": "^4.6.1", "@typescript-eslint/parser": "^4.6.1", "eslint": "^7.13.0", "homebridge": "^1.2.3", "nodemon": "^2.0.6", "rimraf": "^3.0.2", "ts-node": "^9.0.0", "typescript": "^4.0.5" } }