{
  "name": "esphome-client",
  "type": "module",
  "version": "1.3.1",
  "displayName": "ESPHome Client",
  "description": "A nearly complete implementation of the ESPHome client protocol with encryption support.",
  "author": {
    "name": "HJD",
    "url": "https://github.com/hjdhjd"
  },
  "homepage": "https://github.com/hjdhjd/esphome-client#readme",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git://github.com/hjdhjd/esphome-client.git"
  },
  "bugs": {
    "url": "https://github.com/hjdhjd/esphome-client/issues"
  },
  "keywords": [
    "chacha20-poly1305",
    "client",
    "esp",
    "esp32",
    "esp8266",
    "esphome-api",
    "esphome-client",
    "esphome",
    "home-assistant",
    "home-automation",
    "homebridge",
    "iot",
    "native-api",
    "noise-encryption",
    "noise-protocol",
    "noise",
    "protobuf",
    "protocol-buffers",
    "ratgdo",
    "smart-home",
    "x25519"
  ],
  "engines": {
    "node": ">=20"
  },
  "main": "dist/index.js",
  "bin": {
    "espc": "./dist/util/espc.js"
  },
  "scripts": {
    "build": "shx rm -rf ./dist && tsc && shx chmod a+x ./dist/util/espc.js",
    "build-docs": "shx rm -f ./docs/[^CO]*.md && npx typedoc",
    "clean": "shx rm -rf ./dist",
    "lint": "eslint --max-warnings=${ESLINT_MAX_WARNINGS:-\"-1\"} eslint.config.mjs src/**/*.ts",
    "postpublish": "npm run clean",
    "prepublishOnly": "npm run lint && npm run build",
    "test": "eslint src/**/*.ts"
  },
  "devDependencies": {
    "@stylistic/eslint-plugin": "5.7.1",
    "@types/node": "25.2.0",
    "eslint": "9.39.2",
    "homebridge-plugin-utils": "1.31.0",
    "shx": "0.4.0",
    "typedoc": "0.28.16",
    "typedoc-plugin-markdown": "4.9.0",
    "typescript": "5.9.3",
    "typescript-eslint": "8.54.0"
  },
  "overrides": {
    "@types/readable-stream": "4.0.23"
  }
}
