{
  "name": "homebridge-magic-occupancy",
  "version": "4.1.2",
  "description": "Occupancy sensor linked to several trigger types to allow customizable situations: https://github.com/Jason-Morcos/homebridge-magic-occupancy",
  "main": "index.js",
  "license": "GPL-3.0",
  "keywords": [
    "homebridge-plugin",
    "occupancy",
    "motion sensor",
    "timer",
    "delay",
    "switch",
    "magic"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Jason-Morcos/homebridge-magic-occupancy.git"
  },
  "engines": {
    "homebridge": "^1.6.0 || ^2.0.0-beta.0",
    "node": "^18.20.4 || ^20.16.0 || ^22.5.1 || ^24.0.0"
  },
  "dependencies": {
    "node-persist": "^2.1.0"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/Jason-Morcos"
  }
}
