UNPKG

homebridge-blaq

Version:

Control and view your garage door(s) remotely with real-time updates using Konnected's BlaQ hardware

70 lines (69 loc) 1.77 kB
{ "private": false, "displayName": "Konnected BlaQ", "name": "homebridge-blaq", "version": "0.2.35", "description": "Control and view your garage door(s) remotely with real-time updates using Konnected's BlaQ hardware", "license": "Apache-2.0", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/KyleBoyer/homebridge-blaq.git" }, "bugs": { "url": "https://github.com/KyleBoyer/homebridge-blaq/issues" }, "engines": { "node": ">=20.0", "homebridge": ">=1.8.0 || >=2.0.0" }, "main": "dist/index.js", "scripts": { "lint": "eslint src/**.ts --max-warnings=0", "watch": "npm run build && npm link && nodemon", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run lint && npm run build" }, "keywords": [ "homebridge-plugin", "konnected", "blaq", "garage", "door", "gdo", "ratgdo", "esphome" ], "dependencies": { "bonjour-service": "^1.2.1", "eventsource": "^2.0.2", "node-fetch": "^3.3.2", "strip-ansi": "^7.1.0" }, "devDependencies": { "@types/eventsource": "^1.1.15", "@types/node": "^20.12.13", "@types/node-fetch": "^2.6.11", "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^7.11.0", "eslint": "^8.57.0", "homebridge": "^1.8.2", "nodemon": "^3.1.2", "rimraf": "^5.0.7", "ts-node": "^10.9.2", "typescript": "^5.4.5" }, "types": "./dist/index.d.ts", "homepage": "https://github.com/KyleBoyer/homebridge-blaq#readme", "author": "Kyle Boyer", "funding": [ { "type": "github", "url": "https://github.com/sponsors/my-account" }, { "type": "paypal", "url": "https://paypal.me/kylemboyer" } ] }