{
  "displayName": "August",
  "name": "@yeeti/homebridge-august",
  "version": "2.2.7",
  "description": "The August plugin allows you to access your August & Yale device(s) from HomeKit.",
  "author": {
    "name": "donavanbecker",
    "url": "https://github.com/donavanbecker"
  },
  "maintainers": [
    "donavanbecker"
  ],
  "type": "module",
  "license": "ISC",
  "icon": "https://raw.githubusercontent.com/donavanbecker/homebridge-august/beta-1.3.2/branding/icon.png",
  "repository": {
    "type": "git",
    "url": "https://github.com/donavanbecker/homebridge-august.git"
  },
  "bugs": {
    "url": "https://github.com/donavanbecker/homebridge-august/issues"
  },
  "engines": {
    "homebridge": "^1.8.3",
    "node": "^18 || ^20 || ^22"
  },
  "main": "dist/index.js",
  "scripts": {
    "check": "npm install && npm outdated",
    "update": "ncu -u && npm update && npm install",
    "lint": "eslint src/**/*.ts",
    "watch": "npm run build && npm run plugin-ui && npm link && nodemon",
    "plugin-ui": "rsync ./src/homebridge-ui/public/index.html ./dist/homebridge-ui/public/",
    "build": "rimraf ./dist && tsc",
    "prepublishOnly": "npm run lint && npm run build && npm run plugin-ui",
    "postpublish": "npm run clean",
    "clean": "rimraf ./dist"
  },
  "funding": [
    {
      "type": "Paypal",
      "url": "https://paypal.me/donavanbecker"
    },
    {
      "type": "GitHub",
      "url": "https://github.com/sponsors/donavanbecker"
    }
  ],
  "keywords": [
    "homebridge-plugin",
    "august",
    "yale",
    "lock"
  ],
  "dependencies": {
    "@homebridge/plugin-ui-utils": "^1.0.3",
    "pubnub": "^8.2.6",
    "tiny-json-http": "^7.5.1",
    "rxjs": "^7.8.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.5.0",
    "@stylistic/eslint-plugin": "^2.2.2",
    "@types/eslint__js": "^8.42.3",
    "@types/node": "^20.14.8",
    "eslint": "^9.5.0",
    "globals": "^15.6.0",
    "homebridge": "^1.8.3",
    "homebridge-config-ui-x": "4.56.3",
    "nodemon": "^3.1.4",
    "npm-check-updates": "^16.14.20",
    "rimraf": "^5.0.7",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.2",
    "typescript-eslint": "^8.0.0-alpha.30"
  }
}