homebridge-roborock-vacuum-update
Version:
Comprehensive Homebridge plugin for Roborock vacuum cleaners with full HomeKit integration including mopping, dock features, and advanced controls.
81 lines (80 loc) • 2.2 kB
JSON
{
"name": "homebridge-roborock-vacuum-update",
"displayName": "Roborock Vacuum Cleaner",
"version": "3.0.4",
"description": "Comprehensive Homebridge plugin for Roborock vacuum cleaners with full HomeKit integration including mopping, dock features, and advanced controls.",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"homebridge",
"homekit",
"roborock",
"vacuum cleaner",
"robot vacuum",
"mopping",
"smart home",
"siri",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/epthewizard/homebridge-roborock-vacuum-update"
},
"bugs": {
"url": "https://github.com/epthewizard/homebridge-roborock-vacuum-update/issues"
},
"homepage": "https://github.com/epthewizard/homebridge-roborock-vacuum-update",
"main": "dist/index.js",
"files": [
"dist/**/*",
"roborockLib/**/*",
"config.schema.json",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.15.1 || ^22"
},
"scripts": {
"clean": "rimraf ./dist",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run build",
"postpublish": "npm run clean",
"lint": "prettier --check .",
"lint:fix": "prettier --write .",
"test": "jest"
},
"dependencies": {
"abstract-things": "0.9.0",
"axios": "^1.11.0",
"binary-parser": "^2.2.1",
"chalk": "4.1.2",
"crc-32": "^1.2.2",
"debug": "4.3.5",
"deep-equal": "2.2.3",
"express": "^4.21.2",
"jszip": "^3.10.1",
"mqtt": "^5.14.0",
"node-forge": "^1.3.1",
"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": "29.5.12",
"@types/node": "20.14.10",
"@types/semver": "7.5.8",
"babel-jest": "29.7.0",
"homebridge": "1.8.3",
"jest": "29.7.0",
"prettier": "3.3.2",
"rimraf": "6.0.1",
"typescript": "5.5.3"
}
}