{
  "private": false,
  "displayName": "Konnected BlaQ",
  "name": "homebridge-blaq",
  "version": "0.3.0",
  "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.3.0",
    "eventsource": "^4.0.0",
    "node-fetch": "^3.3.2",
    "strip-ansi": "^7.1.0"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.32.0",
    "@stylistic/eslint-plugin": "^5.2.2",
    "@types/node": "^24.1.0",
    "@types/node-fetch": "^2.6.12",
    "@typescript-eslint/eslint-plugin": "^8.38.0",
    "@typescript-eslint/parser": "^8.38.0",
    "eslint": "^9.32.0",
    "homebridge": "^1.11.0",
    "nodemon": "^3.1.10",
    "rimraf": "^6.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "types": "./dist/index.d.ts",
  "homepage": "https://github.com/KyleBoyer/homebridge-blaq#readme",
  "author": "Kyle Boyer",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/KyleBoyer"
    },
    {
      "type": "paypal",
      "url": "https://paypal.me/kylemboyer"
    }
  ]
}
