UNPKG

zigbee-herdsman-converters

Version:

Collection of device converters to be used with zigbee-herdsman

65 lines 1.86 kB
{ "name": "zigbee-herdsman-converters", "version": "23.57.1", "description": "Collection of device converters to be used with zigbee-herdsman", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "CHANGELOG.md" ], "repository": { "type": "git", "url": "git+https://github.com/Koenkk/zigbee-herdsman-converters.git" }, "keywords": [ "aqara", "tradfri", "hue", "wemo", "zigbee", "zigbee-shepherd" ], "author": "Koen Kanters", "license": "MIT", "bugs": { "url": "https://github.com/Koenkk/zigbee-herdsman-converters/issues" }, "homepage": "https://github.com/Koenkk/zigbee-herdsman-converters", "dependencies": { "buffer-crc32": "^1.0.0", "iconv-lite": "^0.6.3", "semver": "^7.7.1", "zigbee-herdsman": "^4.0.0" }, "exports": { ".": "./dist/index.js", "./converters/*": "./dist/converters/*.js", "./devices/*": "./dist/devices/*.js", "./lib/*": "./dist/lib/*.js", "./package.json": "./package.json" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/buffer-crc32": "^0.2.4", "@types/node": "^22.14.1", "@types/semver": "^7.7.0", "@vitest/coverage-v8": "3.2.2", "fast-deep-equal": "^3.1.3", "husky": "^9.1.7", "rimraf": "^6.0.1", "ts-morph": "^26.0.0", "tsc-watch": "^7.0.0", "typescript": "^5.8.3", "vitest": "^3.1.1" }, "scripts": { "check": "biome check", "test": "vitest run --config ./test/vitest.config.mts", "test:coverage": "vitest run --config ./test/vitest.config.mts --coverage", "bench": "vitest bench --run --config ./test/vitest.config.mts", "clean": "rimraf coverage dist tsconfig.tsbuildinfo models-index.json", "build": "tsc && node dist/indexer.js", "build:watch": "tsc-watch --onSuccess 'node dist/indexer.js'" } }