{
  "name": "homebridge-roborock-matter",
  "version": "3.32.0",
  "description": "The most complete Roborock plugin for Apple Home. Supports the entire Roborock lineup — from the classic S-series to the new 2025 Q7 series that no other plugin can control. Sign in with your Roborock account and get native start/stop, room cleaning, suction levels, battery, and live 'cleaning in the kitchen' room tracking. Verified by Homebridge.",
  "license": "MIT",
  "author": {
    "name": "Mathias Hornbek"
  },
  "funding": {
    "type": "paypal",
    "url": "https://paypal.me/MathiasHornbek"
  },
  "keywords": [
    "apple-home",
    "homebridge-plugin",
    "homekit",
    "matter",
    "q7",
    "q revo",
    "robotic vacuum",
    "roborock",
    "roborock app",
    "roborock vacuum",
    "s7",
    "s8",
    "saros",
    "vacuum",
    "vacuum cleaner"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mathiashornbek/homebridge-roborock-matter.git"
  },
  "bugs": {
    "url": "https://github.com/mathiashornbek/homebridge-roborock-matter/issues"
  },
  "homepage": "https://github.com/mathiashornbek/homebridge-roborock-matter#readme",
  "main": "dist/index.js",
  "engines": {
    "homebridge": "^1.6.0 || ^2.0.0-beta.0",
    "node": "^18.20.4 || ^20.15.1 || ^22 || ^24"
  },
  "scripts": {
    "clean": "rimraf ./dist",
    "build": "rimraf ./dist && tsc",
    "prepack": "npm run build",
    "prepublishOnly": "npm run build",
    "postpublish": "npm run clean",
    "lint": "prettier --check .",
    "lint:fix": "prettier --write .",
    "test": "jest",
    "typecheck": "tsc --noEmit -p tsconfig.json && tsc --noEmit -p tsconfig.roborockLib.json",
    "sync:test-count": "node scripts/sync-readme-test-count.mjs"
  },
  "dependencies": {
    "@homebridge/plugin-ui-utils": "^2.1.2",
    "axios": "^1.13.4",
    "binary-parser": "^2.3.0",
    "crc-32": "^1.2.2",
    "mqtt": "^5.15.0",
    "qrcode": "^1.5.4"
  },
  "devDependencies": {
    "@babel/core": "7.29.7",
    "@babel/preset-env": "7.29.7",
    "@babel/preset-typescript": "7.29.7",
    "@types/jest": "30.0.0",
    "@types/node": "20.14.10",
    "@types/qrcode": "^1.5.6",
    "@types/semver": "7.5.8",
    "babel-jest": "30.4.1",
    "homebridge": "1.8.3",
    "jest": "30.4.2",
    "prettier": "3.3.2",
    "rimraf": "6.0.1",
    "typescript": "5.5.3"
  },
  "contributors": [
    {
      "name": "Nico Hartung",
      "url": "https://github.com/homebridge-roborock"
    },
    {
      "name": "Joshua Appleman",
      "email": "joshua@appleman.us",
      "url": "https://github.com/applemanj"
    }
  ],
  "forkedFrom": "homebridge-roborock-vacuum2 by Joshua Appleman (https://github.com/applemanj/homebridge-roborock-vacuum2)"
}
