{
  "name": "@homebridge/hap-client",
  "version": "3.1.0",
  "description": "A client for HAP-NodeJS.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "check": "npm install && npm outdated",
    "clean": "rimraf ./dist",
    "lint": "eslint src/**.ts",
    "build": "tsc",
    "prepublishOnly": "npm run lint && npm run build",
    "test": "jest",
    "test-coverage": "jest --coverage",
    "gen": "ts-node scripts/gen-hap-types.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/homebridge/hap-client.git"
  },
  "keywords": [
    "hap",
    "homebridge",
    "api"
  ],
  "author": {
    "name": "Homebridge"
  },
  "contributors": [
    {
      "name": "homebridge",
      "url": "https://github.com/homebridge"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/homebridge/hap-client/issues/"
  },
  "homepage": "https://github.com/homebridge/hap-client/blob/latest#readme",
  "dependencies": {
    "axios": "1.10.0",
    "bonjour-service": "1.3.0",
    "decamelize": "5.0.1",
    "inflection": "3.0.2",
    "source-map-support": "0.5.21"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.29.0",
    "@homebridge/hap-nodejs": "^2.0.0",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.0.3",
    "@types/source-map-support": "^0.5.10",
    "@typescript-eslint/eslint-plugin": "^8.34.1",
    "@typescript-eslint/parser": "^8.34.1",
    "eslint": "^9.29.0",
    "eslint-plugin-jest": "^29.0.1",
    "globals": "^16.2.0",
    "jest": "^30.0.2",
    "ts-jest": "^29.4.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  }
}
