{
  "name": "homebridge-myq2",
  "version": "2.1.12",
  "displayName": "Homebridge myQ",
  "description": "HomeKit integration of myQ enabled devices such as those from LiftMaster and Chamberlain.",
  "author": "HJD https://github.com/hjdhjd",
  "homepage": "https://github.com/hjdhjd/homebridge-myq#readme",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git://github.com/hjdhjd/homebridge-myq.git"
  },
  "bugs": {
    "url": "https://github.com/hjdhjd/homebridge-myq/issues"
  },
  "keywords": [
    "chamberlain",
    "craftsman",
    "door",
    "garage",
    "garage door",
    "homebridge",
    "homebridge-plugin",
    "liftmaster",
    "myq",
    "remote"
  ],
  "engines": {
    "homebridge": ">=1.0.0"
  },
  "scripts": {
    "build": "rimraf ./dist && tsc",
    "clean": "rimraf ./dist",
    "lint": "eslint src/**.ts",
    "postpublish": "npm run clean",
    "prepublishOnly": "npm run lint && npm run build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch": "npm run build && npm link && nodemon"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md",
    "config.schema.json",
    "dist"
  ],
  "main": "dist/index.js",
  "devDependencies": {
    "@types/node": "^14.6.4",
    "@typescript-eslint/eslint-plugin": "^4.1.0",
    "@typescript-eslint/parser": "^4.1.0",
    "eslint": "^7.8.1",
    "homebridge": "^1.1.6",
    "rimraf": "^3.0.2",
    "typescript": "^4.0.2"
  },
  "dependencies": {
    "@types/node-fetch": "^2.5.7",
    "node-fetch": "^2.6.1",
    "util": "^0.12.3"
  }
}
