UNPKG

@mpathirage/homebridge-accessory-example

Version:

An example accessory plugin for homebridge written in Typescript

46 lines (45 loc) 1.08 kB
{ "name": "@mpathirage/homebridge-accessory-example", "version": "1.0.4", "description": "An example accessory plugin for homebridge written in Typescript", "main": "dist/accessory.js", "scripts": { "clean": "rimraf ./dist", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run build", "postpublish": "npm run clean", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Andreas Bauer <mail@anderl-bauer.de>", "engines": { "homebridge": ">=1.0.0" }, "keywords": [ "homebridge", "homebridge-plugin", "ESPHome", "Gosund" ], "license": "ISC", "files": [ "LICENSE", "dist", "*.schema.json" ], "repository": { "type": "git", "url": "git://github.com/milinda/homebridge-gosundsw2-esphome.git" }, "bugs": { "url": "http://github.com/milinda/homebridge-gosundsw2-esphome/issues" }, "dependencies": { "mqtt": "4.2.1" }, "devDependencies": { "@types/node": "10.17.19", "homebridge": "1.1.7", "rimraf": "^3.0.2", "typescript": "^3.8.3" } }