{
  "name": "zigbee-herdsman-conver",
  "version": "1.0.1",
  "description": "",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "/index.js",
    "/converters",
    "/lib",
    "/devices",
    "CHANGELOG.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Koenkk/zigbee-herdsman-converters.git"
  },
  "keywords": [
    "xiaomi",
    "tradfri",
    "hue",
    "wemo",
    "zigbee",
    "zigbee-shepherd"
  ],
  "scripts": {
    "lint": "eslint .",
    "test": "ZHC_TEST=true jest test",
    "test-watch": "ZHC_TEST=true jest test --watch",
    "clean": "rimraf index* devices lib converters",
    "build": "tsc",
    "prepack": "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.0",
    "buffer-crc32": "^0.2.13",
    "https-proxy-agent": "^7.0.2",
    "tar-stream": "^3.1.6",
    "zigbee-herdsman": "^0.21.0"
  },
  "devDependencies": {
    "@types/buffer-crc32": "^0.2.3",
    "@types/jest": "^29.5.6",
    "@types/node": "^20.8.9",
    "@types/tar-stream": "^3.1.2",
    "@typescript-eslint/eslint-plugin": "^6.9.0",
    "@typescript-eslint/parser": "^6.9.0",
    "eslint": "^8.52.0",
    "eslint-config-google": "^0.14.0",
    "eslint-plugin-jest": "^27.6.0",
    "fast-deep-equal": "*",
    "jest": "^29.7.0",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.1.1",
    "typescript": "^5.2.2"
  }
}
