{
  "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": {
    "debug": "^4.1.1",
    "fast-deep-equal": "^3.1.3",
    "mixin-deep": "^2.0.1",
    "serialport": "9.0.1",
    "slip": "^1.0.2"
  },
  "deprecated": false,
  "description": "An open source ZigBee gateway solution with node.js.",
  "devDependencies": {
    "@babel/cli": "*",
    "@babel/core": "*",
    "@babel/plugin-proposal-class-properties": "*",
    "@babel/plugin-proposal-object-rest-spread": "*",
    "@babel/preset-env": "*",
    "@babel/preset-typescript": "*",
    "@types/debug": "*",
    "@types/jest": "*",
    "@types/nedb": "*",
    "@types/node": "*",
    "@types/serialport": "*",
    "@typescript-eslint/eslint-plugin": "*",
    "@typescript-eslint/parser": "*",
    "babel-jest": "*",
    "eslint": "*",
    "jest": "*",
    "regenerator-runtime": "*",
    "typedoc": "*",
    "typedoc-plugin-markdown": "*",
    "typedoc-plugin-no-inherit": "*",
    "typedoc-plugin-sourcefile-url": "*",
    "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-zigate",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Koenkk/zigbee-herdsman.git"
  },
  "scripts": {
    "build": "./node_modules/.bin/tsc",
    "start": "./node_modules/.bin/tsc -w",
    "install": "( [ ! -d ./dist ] && [ ! -f ./AlreadyInstalled ] && touch ./AlreadyInstalled && npm ci . && npm run build ) || echo \"SKIP: NON GIT SOURCE\"",
    "test": "jest test",
    "test-with-coverage": "jest test --coverage --collectCoverageFrom 'src/**/*.ts'",
    "test-watch": "jest test --watch",
    "eslint": "node_modules/.bin/eslint . --ext .ts",
    "eslint-fix": "node_modules/.bin/eslint ./src/adapter/zigate/ --ext .ts",
    "docs": "typedoc --tsconfig typedoc-tsconfig.json"
  },
  "version": "0.13.6-dev-zigate-0.1",
  "jest": {
    "coverageThreshold": {
      "global": {
        "branches": 100,
        "functions": 100,
        "lines": 100,
        "statements": 100
      }
    }
  }
}
