UNPKG

homebridge-philipsair-2024

Version:

Homebridge plugin for philips air purifier and humidifier series 300 and 800.

57 lines 1.72 kB
{ "name": "homebridge-philipsair-2024", "displayName": "Philips Air 2024", "version": "1.0.7", "description": "Homebridge plugin for philips air purifier and humidifier series 300 and 800.", "author": "jmasarweh (https://github.com/jmasarweh/homebridge-philipsair-2024)", "scripts": { "lint": "eslint --fix .", "watch": "npm run build && npm link && nodemon", "build": "rimraf ./dist", "test": "", "prepublishOnly": "npm i --package-lock-only && npm audit fix && npm run lint" }, "main": "index.js", "devDependencies": { "@babel/core": "7.26.10", "@babel/eslint-parser": "7.26.10", "@babel/eslint-plugin": "7.26.10", "@eslint/eslintrc": "^3.3.0", "@eslint/js": "^9.22.0", "eslint": "^9.22.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-unicorn": "^57.0.0", "globals": "^16.0.0", "homebridge": "^1.9.0", "nodemon": "^3.1.9", "prettier": "^3.5.3", "rimraf": "^6.0.1", "typescript-eslint": "^8.27.0" }, "bugs": { "url": "https://github.com/jmasarweh/homebridge-philipsair-2024/issues" }, "engines": { "node": ">=14.18.0", "homebridge": "^1.8.0" }, "homepage": "https://github.com/jmasarweh/homebridge-philipsair-2024#readme", "keywords": [ "philips", "homebridge-plugin", "air", "purifier", "homekit", "humidifier", "temperature", "humidity" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jmasarweh/homebridge-philipsair-2024.git" } }