{
  "displayName": "CaddX/NetworX Homebridge Plugin",
  "name": "homebridge-caddx-interlogix",
  "version": "1.3.3",
  "description": "A homebridge plugin for integrating the ComNav/NetworX/CaddX NX-595E network module with HomeKit",
  "author": "Spyros Smparounis <nflare@gmail.com> (https://github.com/flareman)",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/flareman/homebridge-caddx-interlogix.git"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/flareman"
    },
    {
      "type": "paypal",
      "url": "https://www.paypal.me/flareman"
    }
  ],
  "bugs": {
    "url": "https://github.com/flareman/homebridge-caddx-interlogix/issues"
  },
  "homepage": "https://github.com/flareman/homebridge-caddx-interlogix",
  "engines": {
    "node": "^14.20.1 || >=16.16.0",
    "homebridge": "^1.6.0 || ^2.0.0-beta.0"
  },
  "main": "dist/index.js",
  "scripts": {
    "lint": "eslint src/**.ts --max-warnings=0",
    "build": "rimraf ./dist && tsc",
    "prepublishOnly": "npm run lint && npm run build",
    "buildlink": "npm run prepublishOnly && npm link",
    "watch": "npm run buildlink && nodemon",
    "buildpack": "npm run prepublishOnly && npm pack"
  },
  "keywords": [
    "homebridge-plugin",
    "caddx",
    "interlogix",
    "comnav",
    "595",
    "nx595",
    "nx-595",
    "nx595e",
    "nx-595e",
    "alarm",
    "security-system"
  ],
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.26.0",
    "@types/node": "^22.15.17",
    "@typescript-eslint/eslint-plugin": "^8.32.0",
    "@typescript-eslint/parser": "^8.32.0",
    "axios": "^1.9.0",
    "eslint": "^9.26.0",
    "homebridge": "^1.9.0",
    "nodemon": "^3.1.10",
    "rimraf": "^6.0.1",
    "ts-node": "^9.0.0",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "homebridge": "^1.9.0 || ^2.0.0-beta.0"
  },
  "dependencies": {
    "async-mutex": "^0.5.0",
    "axios": "^1.9.0",
    "fast-xml-parser": "^4.4.1"
  }
}
