UNPKG

@george.talusan/homebridge-eufy-robovac

Version:
51 lines (50 loc) 1.41 kB
{ "name": "@george.talusan/homebridge-eufy-robovac", "displayName": "Homebridge Plugin for Eufy Robovac", "type": "module", "version": "0.0.9", "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" ], "main": "dist/index.js", "engines": { "node": "^18.20.4 || ^20.16.0 || ^22.6.0", "homebridge": "^1.8.5 || ^2.0.0-beta.0" }, "scripts": { "build": "rimraf ./dist && tsc", "lint": "eslint . --max-warnings=0", "prepublishOnly": "npm run lint && npm run build", "watch": "npm run build && npm link && nodemon" }, "devDependencies": { "@eslint/js": "^9.9.0", "@types/eslint__js": "^8.42.3", "@types/node": "^22.2.0", "eslint": "^9.9.0", "homebridge": "^2.0.0-beta.0", "nodemon": "^3.1.4", "rimraf": "^6.0.1", "ts-node": "^10.9.2", "typescript": "^5.5.4", "typescript-eslint": "^8.0.1" }, "dependencies": { "@george.talusan/eufy-robovac-js": "^0.0.9" } }