{
  "name": "homebridge-ring",
  "displayName": "Ring",
  "version": "14.3.0",
  "description": "Homebridge plugin for Ring doorbells, cameras, security alarm system and smart lighting",
  "type": "module",
  "main": "lib/index.js",
  "scripts": {
    "build": "rm -rf lib && tsc && cp -r ./homebridge-ui/public ./lib/homebridge-ui/public/",
    "lint": "eslint .",
    "dev": "concurrently -c yellow,blue --kill-others \"npm:dev:build\" \"npm:dev:run\" ",
    "dev:build": "tsc --watch --preserveWatchOutput",
    "dev:run": "RING_DEBUG=true node --watch ../../node_modules/.bin/homebridge -U ../../.homebridge"
  },
  "dependencies": {
    "@homebridge/camera-utils": "^3.0.0",
    "@homebridge/plugin-ui-utils": "^2.1.2",
    "ring-client-api": "14.3.0",
    "werift": "0.22.4"
  },
  "devDependencies": {
    "concurrently": "^9.2.1",
    "eslint-config-shared": "*",
    "homebridge": "1.11.1",
    "tsconfig": "*",
    "typescript": "5.9.3"
  },
  "engines": {
    "node": "^20 || ^22 || ^24",
    "homebridge": ">=1.4.0 || ^2.0.0-beta.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/dgreif/ring.git"
  },
  "bugs": {
    "url": "https://github.com/dgreif/ring/issues"
  },
  "homepage": "https://github.com/dgreif/ring/tree/main/packages/homebridge-ring#homebridge-ring",
  "author": "dgreif",
  "license": "MIT",
  "funding": [
    {
      "type": "paypal",
      "url": "https://www.paypal.me/dustingreif"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/dgreif"
    }
  ],
  "files": [
    "branding",
    "CHANGELOG.md",
    "config.schema.json",
    "lib",
    "media"
  ],
  "keywords": [
    "homebridge",
    "homebridge-plugin",
    "ring",
    "doorbell",
    "doorbot",
    "camera",
    "alarm",
    "smart",
    "light",
    "beam",
    "security",
    "category-security",
    "category-lighting",
    "category-video",
    "category-hubs",
    "category-outdoor"
  ]
}
