{
  "name": "@willieee802/zigbee-herdsman-converters",
  "description": "Custom fork from zigbee-herdsman-converters",
  "version": "19.44.3",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/willieee802/zigbee-herdsman-converters.git"
  },
  "keywords": [
    "aqara",
    "tradfri",
    "hue",
    "wemo",
    "zigbee",
    "zigbee-shepherd"
  ],
  "scripts": {
    "check": "biome check --error-on-warnings",
    "check:w": "biome check --error-on-warnings --write",
    "lint": "eslint .",
    "test": "vitest run --config ./test/vitest.config.mts",
    "test:coverage": "vitest run --config ./test/vitest.config.mts --coverage",
    "clean": "rimraf coverage dist tsconfig.tsbuildinfo models-index.json",
    "build": "tsc && node dist/indexer.js",
    "build:watch": "tsc-watch --onSuccess 'node dist/indexer.js'",
    "prepack": "pnpm run clean && pnpm run build",
    "prepare": "husky"
  },
  "author": "willieee802",
  "license": "MIT",
  "homepage": "https://github.com/Koenkk/zigbee-herdsman-converters",
  "dependencies": {
    "iconv-lite": "^0.7.2",
    "semver": "^7.7.4",
    "@willieee802/zigbee-herdsman": "^0.49.4"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.5",
    "@types/node": "^24.11.0",
    "@types/semver": "^7.7.1",
    "@vitest/coverage-v8": "3.2.4",
    "fast-deep-equal": "^3.1.3",
    "husky": "^9.1.7",
    "rimraf": "^6.1.3",
    "ts-morph": "^27.0.2",
    "tsc-watch": "^7.2.0",
    "typescript": "^5.9.3",
    "vitest": "^3.1.1"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "@biomejs/biome",
      "@serialport/bindings-cpp",
      "esbuild"
    ]
  }
}
