UNPKG

homebridge-roomb-o-matic

Version:

Roomba Homebridge plugin reimagined with O‑Matic Factory magic. True vacuum semantics, hybrid local + advanced support, brand-driven.

71 lines (70 loc) 2.04 kB
{ "name": "homebridge-roomb-o-matic", "displayName": "Roomb-O-Matic", "version": "1.2.1", "description": "Roomba Homebridge plugin reimagined with O‑Matic Factory magic. True vacuum semantics, hybrid local + advanced support, brand-driven.", "author": "James Walker (O‑Matic Factory)", "license": "MIT", "homepage": "https://github.com/lucid3ye/homebridge-roomb-o-matic#readme", "repository": { "type": "git", "url": "git+https://github.com/lucid3ye/homebridge-roomb-o-matic.git" }, "bugs": { "url": "https://github.com/lucid3ye/homebridge-roomb-o-matic/issues" }, "keywords": [ "homebridge-plugin", "homebridge", "iRobot", "Roomba", "Vacuum", "O‑Matic", "roomb-o-matic", "hybrid", "local" ], "main": "./dist/index.js", "type": "commonjs", "engines": { "homebridge": "^1.9.0 || ^2.0.0", "node": "^20 || ^22" }, "config.schema": "./config.schema.json", "scripts": { "check": "npm install && npm outdated", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "watch": "npm run build && npm link && nodemon", "build": "npm run clean && tsc", "prepublishOnly": "npm run lint && npm run build", "postpublish": "npm run clean && npm ci", "clean": "shx rm -rf ./dist", "test": "vitest run", "test:watch": "vitest watch", "test-coverage": "npm run test -- --coverage" }, "dependencies": { "@homebridge/plugin-ui-utils": "^2.0.1", "dorita980": "^2.5.1" }, "devDependencies": { "@antfu/eslint-config": "^4.4.0", "@types/debug": "^4.1.12", "@types/node": "^22.13.6", "@vitest/coverage-v8": "^3.0.7", "eslint": "^9.21.0", "eslint-plugin-format": "^1.0.1", "homebridge": "^1.9.0", "homebridge-config-ui-x": "4.71.2", "nodemon": "^3.1.9", "shx": "^0.3.4", "ts-node": "^10.9.2", "typescript": "^5.8.2", "vitest": "^3.0.7" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }