{
  "name": "homebridge-plc",
  "displayName": "Homebridge PLC (Step7)",
  "version": "2.1.1",
  "description": "Homebridge plugin for SIEMENS Step7 and compatible PLCs. (https://github.com/homebridge)",
  "license": "MIT",
  "author": "Feilner",
  "homepage": "https://github.com/Feilner/homebridge-plc#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Feilner/homebridge-plc.git"
  },
  "bugs": {
    "url": "https://github.com/Feilner/homebridge-plc/issues"
  },
  "keywords": [
    "homebridge-plugin",
    "homebridge",
    "S7",
    "PLC",
    "SIEMENS",
    "snap7",
    "YASKAWA",
    "SLIO"
  ],
  "main": "index.js",
  "engines": {
    "node": "^18 || ^20 || ^22",
    "homebridge": "^1.8.0 || ^2.0.0-beta.0 || ^2.0.0"
  },
  "preferGlobal": true,
  "dependencies": {
    "node-snap7": ">=1.0.8"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
