UNPKG

@george.talusan/homebridge-eufy-robovac

Version:
56 lines (55 loc) 1.51 kB
{ "name": "@george.talusan/homebridge-eufy-robovac", "displayName": "Homebridge Plugin for Eufy Robovac", "type": "module", "version": "1.0.0", "description": "Homebridge Plugin for Eufy Robovac", "author": "George Talusan <george.talusan@gmail.com>", "license": "ISC", "homepage": "https://github.com/gtalusan/homebridge-eufy-robovac#readme", "repository": { "type": "git", "url": "https://github.com/gtalusan/homebridge-eufy-robovac.git" }, "bugs": { "url": "https://github.com/gtalusan/homebridge-eufy-robovac/issues" }, "keywords": [ "homebridge-plugin", "homebridge-eufy-robovac", "eufy", "robovac", "smartvac", "matter", "thread" ], "main": "dist/index.js", "engines": { "node": "^22.10.0 || ^24.0.0", "homebridge": ">=2.0.0-beta.93" }, "scripts": { "build": "rimraf ./dist && tsc", "lint": "eslint . --max-warnings=0", "test": "vitest run", "prepublishOnly": "npm run lint && npm run build", "watch": "npm run build && npm link && nodemon" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/eslint__js": "^9.14.0", "@types/node": "^25.6.0", "@vitest/coverage-v8": "^4.1.4", "eslint": "^10.2.1", "homebridge": "^2.0.0-beta.91", "nodemon": "^3.1.4", "rimraf": "^6.0.1", "ts-node": "^10.9.2", "typescript": "^6.0.3", "typescript-eslint": "^8.0.1", "vitest": "^4.1.4" }, "dependencies": { "@george.talusan/eufy-robovac-js": "^0.0.13" } }