UNPKG

homebridge-aeg-robot

Version:

AEG RX9 / Electrolux Pure i9 robot vacuum plugin for Homebridge

97 lines (96 loc) 2.88 kB
{ "name": "homebridge-aeg-robot", "displayName": "Homebridge AEG Robot Vacuum", "version": "2.5.0", "description": "AEG RX9 / Electrolux Pure i9 robot vacuum plugin for Homebridge", "license": "ISC", "keywords": [ "Homebridge", "homebridge-plugin", "AEG", "Electrolux", "RX9", "RX9.1", "RX9.2", "Pure i9", "Pure i9.1", "Pure i9.2", "robot", "vacuum", "cleaner" ], "author": { "name": "Alexander Thoukydides", "url": "https://www.thouky.co.uk/" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/thoukydides" }, { "type": "paypal", "url": "https://paypal.me/thoukydides" }, { "type": "ko-fi", "url": "https://ko-fi.com/thouky" }, { "type": "buymeacoffee", "url": "https://www.buymeacoffee.com/thouky" } ], "repository": { "type": "git", "url": "https://github.com/thoukydides/homebridge-aeg-robot.git" }, "type": "module", "main": "dist/index.js", "bugs": { "url": "https://github.com/thoukydides/homebridge-aeg-robot/issues" }, "engines": { "node": "^22.0.0 || ^20.9.0 || ^18.20.0", "homebridge": "^1.8.0 || ^2.0.0-beta.0" }, "dependencies": { "node-persist": "^4.0.4", "semver": "^7.7.1", "ts-interface-checker": "^1.0.2", "undici": "^6.21.2" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.23.0", "@tsconfig/node18": "^18.2.4", "@types/eslint__js": "^8.42.3", "@types/node-persist": "^3.1.8", "@types/node": "^18.19.84", "@types/semver": "^7.7.0", "eslint": "^9.23.0", "globals": "^16.0.0", "homebridge-config-ui-x": "^4.72.0", "homebridge": "^2.0.0-beta.27", "nodemon": "^3.1.9", "rimraf": "^5.0.10", "ts-interface-builder": "^0.3.3", "tsx": "^4.19.3", "typescript-eslint": "^8.28.0", "typescript": "^5.8.2" }, "scripts": { "build-checkers": "mkdir -p ./src/ti && ts-interface-builder -c -o ./src/ti ./src/*-types.ts && tsx bin/ts-interface-post.ts ./src/ti", "build-tsc": "tsc -p ./src", "build": "npm run build-checkers && npm run build-tsc", "clean": "rimraf ./dist", "lint": "eslint eslint.config.mjs 'bin/**/*.ts' 'src/**/*.ts' --max-warnings=0", "watch": "nodemon", "test": "tsx bin/test-startup.ts", "postversion": "git push && git push --tags", "prepublishOnly": "npm run build && npm run lint" }, "optionalDependencies": { "fsevents": "^2.3.3" } }