{
  "name": "homebridge-http-sensors-switches",
  "displayName": "Http Sensors and Switches",
  "type": "module",
  "version": "2.3.2",
  "private": false,
  "description": "This plugin communicates with your devices over HTTP or MQTT. Currently it supports Light Bulb, Switches, Outlets, Fan, Garage Door, Shades / Blinds, Temperature/Humidity, Motion, Contact and Occupancy sensor, Door, Sprinkler, Valve, Air Quality, Smoke, Carbon Dioxide and Light Sensor. Simple Discord Webhooks available in Light Bulb, Switches and Outlets and sensors.",
  "author": "Kresimir Kokanovic",
  "license": "Apache-2.0",
  "homepage": "https://github.com/kreso975/homebridge-http-sensors-switches#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kreso975/homebridge-http-sensors-switches.git"
  },
  "bugs": {
    "url": "https://github.com/kreso975/homebridge-http-sensors-switches/issues"
  },
  "funding": [
    {
      "type": "paypal",
      "url": "https://paypal.me/kreso975"
    },
    {
      "type": "ko-fi",
      "url": "https://ko-fi.com/kreso975"
    }
  ],
  "keywords": [
    "homebridge-plugin",
    "homebridge",
    "homekit",
    "http",
    "mqtt",
    "json",
    "thermometer",
    "temperature",
    "humidity",
    "switch",
    "outlet",
    "lightbulb",
    "discord",
    "webhook",
    "Motion Sensors",
    "Blinds",
    "Shades",
    "Garage Door",
    "Carbon Dioxide",
    "Smoke sensor",
    "smart home",
    "valve",
    "Door",
    "Sprinkler",
    "motion sensor",
    "temperature sensor",
    "plugin"
  ],
  "main": "dist/index.js",
  "engines": {
    "node": "^20.18.0 || ^22.10.0 || ^24.0.0",
    "homebridge": "^1.8.0 || ^2.0.0-beta.0"
  },
  "scripts": {
    "build": "rimraf ./dist && tsc",
    "lint": "eslint . --max-warnings=0",
    "prepublishOnly": "npm run lint && npm run build",
    "watch": "npm run build && npm link && nodemon"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.4",
    "@types/axios": "^0.14.0",
    "@types/node": "^24.12.0",
    "eslint": "^9.39.4",
    "homebridge": "^2.0.0-beta.69",
    "nodemon": "^3.1.14",
    "rimraf": "^6.1.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.57.2"
  },
  "dependencies": {
    "axios": "^1.14.0",
    "mqtt": "^5.15.1"
  }
}
