{
  "name": "homebridge",
  "description": "HomeKit support for the impatient",
  "version": "1.11.4",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "license": "Apache-2.0",
  "author": "Nick Farina",
  "maintainers": [
    "oznu <dev@oz.nu>",
    "Andreas Bauer <mail@anderl-bauer.de>"
  ],
  "scripts": {
    "build": "npm run clean && tsc",
    "check": "npm install && npm outdated",
    "clean": "npm install rimraf && rimraf lib/",
    "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true",
    "docs": "typedoc",
    "lint": "eslint 'src/**/*.{js,ts,json}'",
    "lint:fix": "npm run lint -- --fix",
    "prepublishOnly": "npm run build",
    "postpublish": "npm run clean",
    "test": "jest --forceExit --detectOpenHandles",
    "test-coverage": "jest --coverage --forceExit --detectOpenHandles",
    "watch": "nodemon"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/homebridge/homebridge.git"
  },
  "bugs": {
    "url": "https://github.com/homebridge/homebridge/issues"
  },
  "bin": {
    "homebridge": "bin/homebridge"
  },
  "engines": {
    "node": "^18.15.0 || ^20.7.0 || ^22 || ^24"
  },
  "files": [
    "README.md",
    "config-sample.json",
    "LICENSE",
    "lib",
    "bin"
  ],
  "preferGlobal": true,
  "dependencies": {
    "chalk": "4.1.2",
    "commander": "13.1.0",
    "fs-extra": "11.3.4",
    "hap-nodejs": "0.14.3",
    "qrcode-terminal": "0.12.0",
    "semver": "7.7.4",
    "source-map-support": "0.5.21"
  },
  "devDependencies": {
    "@types/debug": "^4.1.13",
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.5.0",
    "@types/semver": "^7.7.1",
    "@types/source-map-support": "^0.5.10",
    "@typescript-eslint/eslint-plugin": "^8.57.2",
    "@typescript-eslint/parser": "^8.57.2",
    "eslint": "^8.57.1",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-import-newlines": "^1.4.1",
    "eslint-plugin-jest": "^29.15.1",
    "jest": "^30.3.0",
    "nodemon": "^3.1.14",
    "rimraf": "^6.1.3",
    "ts-jest": "^29.4.6",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.18",
    "typescript": "^5.9.3"
  }
}
