{
  "name": "homebridge-dummy",
  "platform": "HomebridgeDummy",
  "displayName": "Homebridge Dummy",
  "description": "Create accessories to help with HomeKit automation and control — scheduling, delays, sensors, commands, conditions, webhooks, and more",
  "type": "module",
  "version": "1.8.1",
  "homepage": "https://github.com/mpatfield/homebridge-dummy#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mpatfield/homebridge-dummy.git"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/mpatfield"
    },
    {
      "type": "paypal",
      "url": "https://paypal.me/mpatfield"
    },
    {
      "type": "venmo",
      "url": "https://venmo.com/u/mpatfield"
    }
  ],
  "bugs": {
    "url": "https://github.com/mpatfield/homebridge-dummy/issues"
  },
  "main": "dist/homebridge/index.js",
  "scripts": {
    "build": "rimraf ./dist ./schemas ./config.schema.json && tsc && npm run build:html && npm run build:schemas",
    "build:html": "node --import tsx ./scripts/build-html.ts",
    "build:schemas": "node --import tsx ./scripts/build-schemas.ts",
    "i18n": "npm run i18n:merge && npm run i18n:clean && npm run i18n:missing",
    "i18n:clean": "node --import tsx ./scripts/i18n-clean.ts",
    "i18n:merge": "node --import tsx ./scripts/i18n-merge.ts",
    "i18n:missing": "node --import tsx ./scripts/i18n-missing.ts",
    "lint": "eslint . --fix --max-warnings=0",
    "postinstall": "patch-package",
    "prepublishOnly": "npm run lint && npm run build"
  },
  "keywords": [
    "homebridge",
    "homebridge-plugin",
    "homebridge-dummy",
    "hoobs",
    "hoobs-plugin",
    "homekit",
    "dummy",
    "virtual",
    "automation",
    "timer",
    "push",
    "notification",
    "push-notification",
    "delay",
    "reset",
    "schedule",
    "command",
    "cmd",
    "cmdtrigger",
    "conditions",
    "conditional",
    "logic",
    "logical",
    "rule",
    "rules",
    "sequence",
    "trigger",
    "http",
    "webhook",
    "sensor",
    "limit",
    "eve",
    "history"
  ],
  "engines": {
    "homebridge": "^1.8.0 || ^2.0.0",
    "node": "^20 || ^22 || ^24"
  },
  "dependencies": {
    "arpping": "^4.0.0",
    "axios": "^1.13.2",
    "cron": "^4.3.2",
    "express": "^5.1.0",
    "fakegato-history": "file:./lib/fakegato-history",
    "homebridge-lib": "^8.0.0",
    "lodash.merge": "^4.6.2",
    "node-persist": "^4.0.4",
    "patch-package": "^8.0.1",
    "ping": "^1.0.0",
    "suncalc": "^1.9.0",
    "tail-file": "^1.4.16"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/express": "^5.0.3",
    "@types/lodash.merge": "^4.6.9",
    "@types/node-persist": "^3.1.8",
    "@types/suncalc": "^1.9.2",
    "homebridge": "^2.0.0",
    "jiti": "^2.5.1",
    "rimraf": "^6.0.1",
    "tsx": "^4.21.0",
    "typescript-eslint": "^8.46.4"
  },
  "homebridge": {
    "platform": "HomebridgeDummy",
    "name": "homebridge-dummy"
  },
  "directories": {
    "schemas": "schemas/"
  },
  "author": {
    "name": "mpatfield"
  },
  "license": "Apache-2.0",
  "allowScripts": {
    "esbuild@0.28.0": true,
    "fsevents@2.3.3": true
  }
}
