UNPKG

homebridge-mhi-wfrac

Version:

A homebridge plugin for Mitshubishi WF-RAC aircos (using the Smart M-Air app)

69 lines (68 loc) 2.38 kB
{ "displayName": "Homebridge MHI WF-RAC", "name": "homebridge-mhi-wfrac", "version": "2.5.2", "description": "A homebridge plugin for Mitshubishi WF-RAC aircos (using the Smart M-Air app)", "license": "Apache-2.0", "type": "module", "author": { "name": "Job Doesburg", "email": "job@jobdoesburg.nl", "url": "https://jobdoesburg.nl" }, "repository": { "type": "git", "url": "git+https://github.com/JobDoesburg/homebridge-mhi-wfrac.git" }, "funding": { "type": "paypal", "url": "https://paypal.me/jobdoesburg" }, "homepage": "https://github.com/JobDoesburg/homebridge-mhi-wfrac", "bugs": { "url": "https://github.com/JobDoesburg/homebridge-mhi-wfrac/issues" }, "engines": { "node": "^18.17.0 || ^20.9.0 || ^22.0.0 || ^24.0.0", "homebridge": "^1.7.0 || ^1.8.0 || ^2.0.0" }, "main": "dist/index.js", "scripts": { "lint": "eslint src --max-warnings=0", "test": "npm run lint && npm run build", "watch": "npm run build && npm link && nodemon", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run lint && npm run build", "dev:setup": "npm run dev:setup-dirs && npm run dev:setup-config && npm run dev:setup-ui", "dev:setup-dirs": "mkdir -p dev-homebridge/persist dev-homebridge/accessories", "dev:setup-config": "test -f dev-homebridge/config.json || cp dev-config-template.json dev-homebridge/config.json", "dev:setup-ui": "cd dev-homebridge && (test -f package.json || npm init -y) && npm install homebridge-config-ui-x", "dev": "npm run dev:setup && npm run build && npm link && HOMEBRIDGE_CONFIG_PATH=./dev-homebridge HOMEBRIDGE_STORAGE_PATH=./dev-homebridge npx homebridge -D", "dev:watch": "npm run dev:setup && npm run build && npm link && nodemon" }, "keywords": [ "homebridge-plugin", "mitshubishi-heavy-industries", "wf-rac", "smart-m-air", "airco", "air-conditioning" ], "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^25.6.0", "@typescript-eslint/eslint-plugin": "^8.59.0", "@typescript-eslint/parser": "^8.59.0", "eslint": "^10.2.1", "homebridge": "^1.11.4", "nodemon": "^3.1.14", "rimraf": "^6.1.3", "ts-node": "^10.9.2", "typescript": "^6.0.3", "typescript-eslint": "^8.59.0" }, "dependencies": { "axios": "^1.15.2", "buffer": "^6.0.3" } }