UNPKG

homebridge-daikin-local

Version:

daikin plugin for homebridge: https://github.com/homebridge/homebridge

102 lines (101 loc) 2.54 kB
{ "name": "homebridge-daikin-local", "version": "1.2.2", "description": "daikin plugin for homebridge: https://github.com/homebridge/homebridge", "license": "MIT", "keywords": [ "homebridge-plugin", "daikin" ], "engines": { "node": "^18.19.1 || ^20.15.1 || ^22.12.0", "homebridge": "^1.6.1 || ^2.0.0-beta.0" }, "author": "Christian Brandlehner", "contributors": [ "@PJCzx Pierre-Julien Cazaux", "@greensouth", "@fdegier Fred de Gier", "@fabiandev Fabian Leutgeb", "@jmfarrow James Farrow", "Frank Volkmann", "@bogdanovskii", "@caalberts Albert Salim" ], "repository": { "type": "git", "url": "git+https://github.com/cbrandlehner/homebridge-daikin-local.git" }, "dependencies": { "superagent": "^10.1.0", "superagent-throttle": "^1.0.1" }, "bugs": { "url": "https://github.com/cbrandlehner/homebridge-daikin-local/issues" }, "homepage": "https://github.com/cbrandlehner/homebridge-daikin-local#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/cbrandlehner" }, { "type": "paypal", "url": "https://paypal.me/CBrandlehner" } ], "main": "src/index.js", "scripts": { "lint:json": "xo --ext .json", "pretest": "npm run lint:json", "test": "xo" }, "devDependencies": { "xo": "^0.60.0", "eslint-plugin-json": "^3.1.0" }, "xo": { "space": false, "extensions": ["js", "json"], "plugins": ["json"], "rules": { "json/*": "error", "camelcase": "off", "capitalized-comments": "off", "curly": [ "error", "multi-or-nest", "consistent" ], "indent": "off", "no-mixed-spaces-and-tabs": "warn", "no-unused-vars": "warn", "no-useless-escape": "warn", "no-use-before-define": [ "error", { "classes": false } ], "no-var": "warn", "object-shorthand": [ "off", "always", { "ignoreConstructors": true } ], "prefer-arrow-callback": "warn", "prefer-destructuring": "warn", "promise/prefer-await-to-then": "off", "quotes": "warn", "quote-props": "error", "unicorn/expiring-todo-comments": "off", "unicorn/no-anonymous-default-export": "off", "unicorn/prefer-module": "off", "unicorn/prefer-string-replace-all": "warn", "unicorn/prefer-switch": "warn", "unicorn/prefer-ternary": "off" } } }