{
  "displayName": "Homebridge HTTP IoT",
  "name": "homebridge-http-iot",
  "version": "1.4.0",
  "model": "HTTP-IoT Lightbulb",
  "description": "Control your IoT device with HTTP requests.",
  "main": "dist/index.js",
  "scripts": {
    "clean": "rimraf ./dist",
    "build": "rimraf ./dist && tsc",
    "postpublish": "npm run clean",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": {
    "name": "Sinclair81",
    "email": "dev.sinclair81@gmail.com",
    "url": "https://github.com/sinclair81"
  },
  "engines": {
    "homebridge": "^1.11.0 || ^2.0.0-beta.0",
    "node": "^22.14.0 || ^24.0.0"
  },
  "keywords": [
    "homebridge-plugin",
    "HTTP-GET",
    "Lightbulb",
    "IoT",
    "json"
  ],
  "funding": {
    "type" : "paypal",
    "url" : "https://paypal.me/Sinclair81"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/homebridge/homebridge-http-iot.git"
  },
  "bugs": {
    "url": "http://github.com/homebridge/homebridge-http-iot/issues"
  },
  "devDependencies": {
    "@types/node": "^18.16.20",
    "rimraf": "^3.0.2",
    "typescript": "^4.9.5",
    "homebridge": "^1.8.5"
  },
  "dependencies": {
    "axios": "^1.7.7"
  }
}