{
  "displayName": "Homebridge dingz Plugin",
  "name": "homebridge-dingz",
  "version": "3.4.2",
  "author": "johannrichard",
  "description": "Homebridge Plugin for dingz & myStrom Devices. Implements some (but not all, due to API limitations) functions of a [dingz](https://dingz.ch) Smart Home Device.",
  "license": "Apache-2.0",
  "homepage": "https://github.com/johannrichard/homebridge-dingz#readme",
  "repository": {
    "type": "git",
    "url": "git://github.com/johannrichard/homebridge-dingz.git"
  },
  "bugs": {
    "url": "https://github.com/johannrichard/homebridge-dingz/issues"
  },
  "engines": {
    "node": ">=14.0.0",
    "homebridge": ">1.0"
  },
  "main": "dist/index.js",
  "scripts": {
    "lint": "eslint src/**.ts",
    "_postinstall": "husky install",
    "prepack": "yarn pinst --disable",
    "postpack": "yarn pinst --enable",
    "watch": "yarn dlx nodemon",
    "build": "yarn rimraf ./dist && tsc",
    "depcheck": "depcheck",
    "prepare": "yarn run lint && yarn run build && yarn run depcheck",
    "changelog": "changelog --exclude ci,chore",
    "debug": "yarn run lint && yarn run build && yarn dlx homebridge -I -D"
  },
  "keywords": [
    "homebridge-plugin",
    "dingz",
    "smarthome",
    "iot"
  ],
  "dependencies": {
    "async-mutex": "^0.3.2",
    "axios": "^0.25.0",
    "axios-retry": "^3.2.4",
    "body-parser": "^1.20.1",
    "chalk": "4.1.2",
    "cockatiel": "^2.0.2",
    "express": "^4.18.2",
    "intervals-for-humans": "^1.0.4",
    "is-valid-host": "^1.0.1",
    "limit-number": "^3.0.0",
    "qs": "^6.11.0",
    "semver": "^7.3.8",
    "simple-color-converter": "^2.1.13"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.3.0",
    "@commitlint/config-conventional": "^17.3.0",
    "@semantic-release/changelog": "^6.0.2",
    "@semantic-release/commit-analyzer": "^9.0.2",
    "@semantic-release/github": "^8.0.7",
    "@semantic-release/npm": "^9.0.1",
    "@semantic-release/release-notes-generator": "^10.0.3",
    "@types/body-parser": "^1.19.2",
    "@types/express": "^4.17.15",
    "@types/node": "^18.11.18",
    "@types/qs": "^6.9.7",
    "@types/semver": "^7.3.13",
    "@typescript-eslint/eslint-plugin": "^5.47.1",
    "@typescript-eslint/parser": "^5.47.1",
    "depcheck": "^1.4.3",
    "eslint": "^8.30.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "generate-changelog": "^1.8.0",
    "homebridge": "^1.6.0",
    "husky": "^8.0.2",
    "lint-staged": "^13.1.0",
    "nodemon": "^2.0.20",
    "pinst": "^3.0.0",
    "prettier": "^2.8.1",
    "rimraf": "^3.0.2",
    "semantic-release": "^19.0.5",
    "typescript": "^4.9.4"
  },
  "lint-staged": {
    "**/*.+(js|jsx|css|less|scss|ts|tsx|md)": [
      "prettier --write",
      "git add"
    ]
  },
  "release": {
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/github"
    ]
  },
  "depcheck": {
    "ignores": [
      "@commitlint/*",
      "eslint*",
      "semantic-release",
      "@semantic-release/*"
    ]
  },
  "packageManager": "yarn@3.3.1"
}
