{
  "displayName": "Mill heaters",
  "name": "homebridge-mill-heater",
  "version": "2.1.0",
  "description": "Homebridge plugin for Mill panel ovens. Based on Henrik Sandbergs plugin with multi-home support.",
  "main": "index.js",
  "keywords": [
    "homebridge",
    "mill",
    "millheat",
    "homebridge-plugin"
  ],
  "bugs": {
    "url": "https://github.com/Jensen2k/homebridge-millheat"
  },
  "files": [
    "CHANGELOG.md",
    "README.md",
    "src",
    "index.js"
  ],
  "engines": {
    "node": ">=0.12.0",
    "homebridge": ">=0.2.0"
  },
  "scripts": {
    "test": "jest",
    "standard-version": "HUSKY_SKIP_HOOKS=1 standard-version",
    "release": "HUSKY_SKIP_HOOKS=1 standard-version && git push --follow-tags origin master && npm publish"
  },
  "dependencies": {
    "millheat-api": "0.0.8"
  },
  "author": "Martin Jensen",
  "license": "MIT",
  "devDependencies": {
    "commitizen": "^3.0.0",
    "cz-conventional-changelog": "^3.0.1",
    "husky": "^4.2.5",
    "jest": "^27.3.1",
    "prettier": "^2.0.4",
    "pretty-quick": "^3.0.0",
    "standard-version": "^9.0.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged",
      "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
    }
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jensen2k/homebridge-millheat.git"
  }
}
