{
  "name": "zigbee-herdsman-converters",
  "version": "19.28.0",
  "description": "Collection of device converters to be used with zigbee-herdsman",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "/index.js",
    "/index.js.map",
    "/index.d.ts",
    "/index.d.ts.map",
    "/converters",
    "/lib",
    "/devices",
    "CHANGELOG.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Koenkk/zigbee-herdsman-converters.git"
  },
  "keywords": [
    "aqara",
    "tradfri",
    "hue",
    "wemo",
    "zigbee",
    "zigbee-shepherd"
  ],
  "scripts": {
    "lint": "eslint .",
    "test": "ZHC_TEST=true jest test --silent",
    "test-watch": "ZHC_TEST=true jest test --silent --watch",
    "clean": "rimraf --glob index* devices lib converters tsconfig.tsbuildinfo",
    "build": "tsc",
    "build-watch": "tsc --watch",
    "prepack": "npm run clean && npm run build"
  },
  "author": "Koen Kanters",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Koenkk/zigbee-herdsman-converters/issues"
  },
  "homepage": "https://github.com/Koenkk/zigbee-herdsman-converters",
  "dependencies": {
    "axios": "^1.6.8",
    "buffer-crc32": "^1.0.0",
    "https-proxy-agent": "^7.0.4",
    "iconv-lite": "^0.6.3",
    "semver": "^7.6.0",
    "tar-stream": "^3.1.7",
    "zigbee-herdsman": "^0.43.0"
  },
  "devDependencies": {
    "@types/buffer-crc32": "^0.2.4",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.12.7",
    "@types/tar-stream": "^3.1.3",
    "@typescript-eslint/eslint-plugin": "^7.7.0",
    "@typescript-eslint/parser": "^7.7.0",
    "eslint": "^8.57.0",
    "eslint-config-google": "^0.14.0",
    "eslint-plugin-jest": "^28.2.0",
    "eslint-plugin-tsdoc": "^0.2.17",
    "fast-deep-equal": "*",
    "jest": "^29.7.0",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.1.2",
    "ts-morph": "^22.0.0",
    "typescript": "^5.4.5"
  }
}
