{
  "name": "homebridge-roborock-vacuum2",
  "version": "1.4.67",
  "description": "Roborock Vacuum Cleaner - plugin for Homebridge.",
  "license": "MIT",
  "author": {
    "name": "Joshua Appleman",
    "email": "joshua@appleman.us",
    "url": "https://github.com/applemanj"
  },
  "keywords": [
    "homebridge-plugin",
    "vacuum cleaner",
    "roborock app",
    "roborock vacuum"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/applemanj/homebridge-roborock-vacuum2.git"
  },
  "bugs": {
    "url": "https://github.com/applemanj/homebridge-roborock-vacuum2/issues"
  },
  "homepage": "https://github.com/applemanj/homebridge-roborock-vacuum2",
  "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",
    "prepare": "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"
  },
  "dependencies": {
    "@homebridge/plugin-ui-utils": "^2.1.2",
    "abstract-things": "0.9.0",
    "axios": "^1.13.4",
    "binary-parser": "^2.3.0",
    "chalk": "4.1.2",
    "crc-32": "^1.2.2",
    "debug": "4.3.5",
    "deep-equal": "2.2.3",
    "express": "^4.22.1",
    "jszip": "^3.10.1",
    "mqtt": "^5.15.0",
    "node-forge": "^1.3.3",
    "qrcode": "^1.5.4",
    "rxjs": "^7.8.2",
    "semver": "7.6.2",
    "tinkerhub-discovery": "0.3.1",
    "yargs": "15.4.1"
  },
  "devDependencies": {
    "@babel/core": "7.24.8",
    "@babel/preset-env": "7.24.8",
    "@babel/preset-typescript": "7.24.7",
    "@types/jest": "30.0.0",
    "@types/node": "20.14.10",
    "@types/qrcode": "^1.5.6",
    "@types/semver": "7.5.8",
    "babel-jest": "30.2.0",
    "homebridge": "1.8.3",
    "jest": "30.2.0",
    "prettier": "3.3.2",
    "rimraf": "6.0.1",
    "typescript": "5.5.3"
  }
}
