{
  "author": {
    "name": "Koen Kanters",
    "email": "koenkanters94@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/koenkk/zigbee-herdsman/issues"
  },
  "contributors": [
    {
      "name": "Koen Kanters",
      "email": "koenkanters94@gmail.com"
    },
    {
      "name": "Hedy Wang",
      "email": "hedywings@gmail.com"
    },
    {
      "name": "Simen Li",
      "email": "simenkid@gmail.com"
    },
    {
      "name": "Jack Wu",
      "email": "jackchased@gmail.com"
    }
  ],
  "dependencies": {
    "@date-fns/tz": "^1.4.1",
    "@serialport/bindings-cpp": "^13.0.1",
    "@serialport/parser-delimiter": "^13.0.0",
    "@serialport/stream": "^13.0.0",
    "bonjour-service": "^1.3.0",
    "debounce": "^3.0.0",
    "fast-deep-equal": "^3.1.3",
    "slip": "^1.0.2",
    "zigbee-on-host": "^0.2.4"
  },
  "deprecated": false,
  "description": "An open source Zigbee gateway solution with node.js.",
  "devDependencies": {
    "@biomejs/biome": "^2.4.11",
    "@serialport/binding-mock": "^10.2.2",
    "@types/debounce": "^1.2.4",
    "@types/node": "^24.12.2",
    "@vitest/coverage-v8": "^3.1.1",
    "rimraf": "^6.1.3",
    "typescript": "^6.0.2",
    "vitest": "^3.2.4"
  },
  "homepage": "https://github.com/Koenkk/zigbee-herdsman",
  "keywords": [
    "zigbee",
    "zstack",
    "emberznet",
    "deconz",
    "zigate"
  ],
  "license": "MIT",
  "type": "commonjs",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.js",
  "name": "zigbee-herdsman",
  "files": [
    "./dist",
    "./CHANGELOG.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Koenkk/zigbee-herdsman.git"
  },
  "version": "10.0.7",
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc -w",
    "test": "vitest run --config ./test/vitest.config.mts",
    "test:coverage": "vitest run --config ./test/vitest.config.mts --coverage",
    "test:watch": "vitest watch --config ./test/vitest.config.mts",
    "bench": "vitest bench --run --config ./test/vitest.config.mts",
    "check": "biome check --error-on-warnings",
    "check:w": "biome check --write",
    "clean": "rimraf temp coverage dist tsconfig.tsbuildinfo"
  }
}