{
  "name": "ring-client-api",
  "version": "14.3.0",
  "description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting",
  "main": "lib/index.js",
  "type": "module",
  "exports": {
    ".": "./lib/index.js",
    "./ffmpeg": "./lib/ffmpeg.js",
    "./util": "./lib/util.js",
    "./rest-client": "./lib/rest-client.js",
    "./streaming/streaming-session": "./lib/streaming/streaming-session.js"
  },
  "scripts": {
    "build": "rm -rf lib && tsc --declaration && chmod +x ./lib/ring-*-cli.js && rm -rf ./lib/test",
    "dev": "tsc --declaration --watch --preserveWatchOutput",
    "lint": "eslint .",
    "test": "vitest run"
  },
  "dependencies": {
    "@eneris/push-receiver": "4.3.0",
    "@homebridge/camera-utils": "^3.0.0",
    "colors": "1.4.0",
    "debug": "^4.4.3",
    "json-bigint": "^1.0.0",
    "rxjs": "^7.8.2",
    "systeminformation": "^5.30.7",
    "undici": "^7.19.2",
    "uuid": "^13.0.0",
    "werift": "0.22.4"
  },
  "devDependencies": {
    "@types/debug": "4.1.12",
    "@types/json-bigint": "^1.0.4",
    "@types/node": "25.1.0",
    "@types/uuid": "11.0.0",
    "@types/ws": "^8.18.1",
    "eslint-config-shared": "*",
    "msw": "^2.12.7",
    "tsconfig": "*",
    "typescript": "5.9.3",
    "vitest": "^4.0.18"
  },
  "engines": {
    "node": "^20 || ^22 || ^24"
  },
  "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/ring-client-api#ring-client-api",
  "author": "dgreif",
  "license": "MIT",
  "funding": [
    {
      "type": "paypal",
      "url": "https://www.paypal.me/dustingreif"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/dgreif"
    }
  ],
  "bin": {
    "ring-auth-cli": "lib/ring-auth-cli.js",
    "ring-device-data-cli": "lib/ring-device-data-cli.js"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "ring",
    "doorbell",
    "doorbot",
    "camera",
    "alarm",
    "smart",
    "light",
    "beam",
    "security",
    "client",
    "api"
  ]
}
