UNPKG

@hov3rcraft/homebridge-eufy-robovac

Version:
49 lines (48 loc) 1.29 kB
{ "displayName": "Homebridge Eufy Robovac", "name": "@hov3rcraft/homebridge-eufy-robovac", "version": "3.2.2", "description": "Homebridge support for Eufy RoboVac", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/hov3rcraft/homebridge-eufy-robovac.git" }, "bugs": { "url": "https://github.com/hov3rcraft/homebridge-eufy-robovac/issues" }, "engines": { "node": "^20.15.1 || ^22.10.0 || ^24.0.0", "homebridge": "^1.6.0 || ^2.0.0-beta.0" }, "main": "dist/index.js", "scripts": { "lint": "eslint src/**/*.ts --max-warnings=0", "watch": "npm run build && npm link && nodemon", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run lint && npm run build" }, "keywords": [ "eufy", "robovac", "homebridge", "homebridge-plugin" ], "dependencies": { "tuyapi": "^7.5.2" }, "devDependencies": { "@eslint/js": "^9.0.0", "@types/node": "^20.12.5", "@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/parser": "^7.5.0", "eslint": "^8.57.0", "globals": "^15.0.0", "homebridge": "^1.7.0", "nodemon": "^3.1.0", "rimraf": "^5.0.5", "ts-node": "^10.9.2", "typescript": "^5.4.4", "typescript-eslint": "^7.5.0" } }