UNPKG

@homebridge-plugins/homebridge-rainbird

Version:

The Rainbird plugin allows you to access your Rainbird device(s) from HomeKit.

92 lines 2.56 kB
{ "name": "@homebridge-plugins/homebridge-rainbird", "displayName": "Rainbird", "type": "module", "version": "3.1.2", "description": "The Rainbird plugin allows you to access your Rainbird device(s) from HomeKit.", "author": { "name": "donavanbecker", "url": "https://github.com/donavanbecker" }, "maintainers": [ "donavanbecker" ], "contributors": [ { "name": "donavanbecker", "url": "https://github.com/donavanbecker" }, { "name": "mantorok1", "url": "https://github.com/mantorok1" } ], "license": "ISC", "funding": [ { "type": "Paypal - donavanbecker", "url": "https://paypal.me/donavanbecker" }, { "type": "GitHub - donavanbecker", "url": "https://github.com/sponsors/donavanbecker" }, { "type": "Paypal - Mantorok1", "url": "https://paypal.me/Mantorok1" } ], "homepage": "https://github.com/homebridge-plugins/homebridge-rainbird#readme", "repository": { "type": "git", "url": "https://github.com/homebridge-plugins/homebridge-rainbird.git" }, "bugs": { "url": "https://github.com/homebridge-plugins/homebridge-rainbird/issues" }, "keywords": [ "homebridge-plugin", "irrigation", "valve", "rainbird" ], "main": "dist/index.js", "engines": { "homebridge": "^2.0.0", "node": "^22 || ^24" }, "scripts": { "check": "npm install && npm outdated", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "watch": "npm run build && npm run plugin-ui && npm link && nodemon", "plugin-ui": "rsync ./src/homebridge-ui/public/index.html ./dist/homebridge-ui/public/", "build": "npm run clean && tsc && npm run plugin-ui", "prepublishOnly": "npm run lint && npm run build && npm run plugin-ui && npm run docs && npm run lint-docs", "postpublish": "npm run clean && npm ci", "clean": "shx rm -rf ./dist", "test": "npm run lint", "docs": "typedoc", "lint-docs": "typedoc --emit none --treatWarningsAsErrors" }, "publishConfig": { "access": "public" }, "dependencies": { "@homebridge/plugin-ui-utils": "^2.2.3", "rainbird": "^1.2.9", "rxjs": "^7.8.1" }, "devDependencies": { "@antfu/eslint-config": "^8.2.0", "@types/node": "^25.6.0", "eslint": "^10.2.0", "eslint-plugin-format": "^2.0.1", "eslint-plugin-perfectionist": "^5.8.0", "homebridge": "^2.0.0", "nodemon": "^3.1.14", "shx": "^0.4.0", "typedoc": "^0.28.19", "typescript": "^6.0.2" } }