UNPKG

zigbee-herdsman

Version:

An open source ZigBee gateway solution with node.js.

100 lines (99 loc) 2.59 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": { "@serialport/bindings-cpp": "^12.0.1", "@serialport/parser-delimiter": "^12.0.0", "@serialport/stream": "^12.0.0", "bonjour-service": "^1.2.1", "debounce": "^2.0.0", "debug": "^4.3.4", "fast-deep-equal": "^3.1.3", "mixin-deep": "^2.0.1", "mz": "^2.7.0", "slip": "^1.0.2" }, "deprecated": false, "description": "An open source ZigBee gateway solution with node.js.", "devDependencies": { "@babel/cli": "*", "@babel/core": "*", "@babel/preset-env": "*", "@babel/preset-typescript": "*", "@serialport/binding-mock": "^10.2.2", "@types/debounce": "^1.2.4", "@types/debug": "*", "@types/jest": "*", "@types/mz": "^2.7.8", "@types/nedb": "*", "@types/node": "*", "@typescript-eslint/eslint-plugin": "*", "@typescript-eslint/parser": "*", "babel-jest": "*", "eslint": "*", "jest": "*", "regenerator-runtime": "*", "typedoc": "^0.25.12", "typedoc-plugin-markdown": "*", "typedoc-plugin-no-inherit": "*", "typescript": "*" }, "homepage": "https://github.com/Koenkk/zigbee-herdsman", "keywords": [ "zigbee", "cc253x" ], "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "name": "zigbee-herdsman", "repository": { "type": "git", "url": "git+https://github.com/Koenkk/zigbee-herdsman.git" }, "scripts": { "build": "./node_modules/.bin/tsc", "start": "./node_modules/.bin/tsc -w", "test": "jest test --silent", "test-with-coverage": "jest test --silent --coverage --collectCoverageFrom 'src/**/*.ts'", "test-watch": "jest test --silent --watch", "eslint": "node_modules/.bin/eslint . --ext .ts --max-warnings=0", "docs": "typedoc --tsconfig typedoc-tsconfig.json", "clean": "rimraf temp coverage dist", "prepack": "npm run clean && npm run build" }, "version": "0.42.1", "jest": { "coverageThreshold": { "global": { "branches": 100, "functions": 100, "lines": 100, "statements": 100 } } } }