{
  "name": "@homebridge/hap-client",
  "version": "4.0.3",
  "description": "A client for HAP-NodeJS.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./hap-types": {
      "types": "./dist/hap-types.d.ts",
      "default": "./dist/hap-types.js"
    }
  },
  "scripts": {
    "check": "npm install && npm outdated",
    "clean": "rimraf ./dist",
    "lint": "eslint src/**.ts",
    "lint:fix": "npm run lint -- --fix",
    "build": "tsc",
    "prepublishOnly": "npm run lint && npm run build",
    "test": "vitest run",
    "test-coverage": "vitest run --coverage",
    "gen": "ts-node --esm 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.15.0",
    "bonjour-service": "1.3.0",
    "decamelize": "6.0.1",
    "inflection": "3.0.2"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^8.1.1",
    "@homebridge/hap-nodejs": "^2.1.2",
    "@types/node": "^25.6.0",
    "@vitest/coverage-v8": "^4.1.4",
    "eslint-plugin-format": "^2.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3",
    "vitest": "^4.1.4"
  }
}
