{
  "name": "homebridge",
  "description": "HomeKit support for the impatient",
  "version": "1.10.0",
  "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"
  },
  "files": [
    "README.md",
    "config-sample.json",
    "LICENSE",
    "lib",
    "bin"
  ],
  "preferGlobal": true,
  "dependencies": {
    "chalk": "4.1.2",
    "commander": "13.1.0",
    "fs-extra": "11.3.0",
    "hap-nodejs": "0.13.1",
    "qrcode-terminal": "0.12.0",
    "semver": "7.7.2",
    "source-map-support": "0.5.21"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.15.30",
    "@types/semver": "^7.7.0",
    "@types/source-map-support": "^0.5.10",
    "@typescript-eslint/eslint-plugin": "^8.33.1",
    "@typescript-eslint/parser": "^8.33.1",
    "eslint": "^8.57.1",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-import-newlines": "^1.4.0",
    "eslint-plugin-jest": "^28.13.0",
    "jest": "^29.7.0",
    "nodemon": "^3.1.10",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.3.4",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.5",
    "typescript": "^5.8.3"
  }
}
