UNPKG

zigbee-herdsman

Version:

An open source Zigbee gateway solution with node.js.

85 lines 2.22 kB
{ "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", "mixin-deep": "^2.0.1", "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.3.10", "@serialport/binding-mock": "^10.2.2", "@types/debounce": "^1.2.4", "@types/node": "^24.10.4", "@vitest/coverage-v8": "^3.1.1", "rimraf": "^6.1.2", "typescript": "^5.9.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": "8.0.2", "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" } }