homebridge-eufy-robovac-sefa
Version: 
Homebridge support for Eufy RoboVac
40 lines (39 loc) • 941 B
JSON
{
  "name": "homebridge-eufy-robovac-sefa",
  "version": "1.1.0",
  "description": "Homebridge support for Eufy RoboVac",
  "main": "dist/index.js",
  "dependencies": {
    "eufy-robovac": "^1.4.6"
  },
  "devDependencies": {
    "@types/node": "10.17.19",
    "homebridge": "^1.4.0",
    "rimraf": "^3.0.2",
    "typescript": "^4.4.4"
  },
  "scripts": {
    "build": "rimraf ./dist && tsc",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sefasenturk95/homebridge-eufy-robovac.git"
  },
  "keywords": [
    "eufy",
    "robovac",
    "homebridge",
    "homebridge-plugin"
  ],
  "author": "Sefa Senturk",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sefasenturk95/homebridge-eufy-robovac/issues"
  },
  "engines": {
    "node": ">=8.3.0",
    "homebridge": ">=0.4.0"
  },
  "homepage": "https://github.com/sefasenturk95/homebridge-eufy-robovac#readme"
}