UNPKG

@we5/homebridge-philipsair-platform

Version:

Homebridge plugin for philips air purifier and humidifier.

59 lines (58 loc) 1.58 kB
{ "name": "@we5/homebridge-philipsair-platform", "version": "2.0.0-beta.0", "description": "Homebridge plugin for philips air purifier and humidifier.", "author": "we5 (https://github.com/we5/homebridge-philipsair-platform)", "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.16.0", "@babel/eslint-parser": "7.16.0", "@babel/eslint-plugin": "7.14.5", "eslint": "^8.2.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-jest": "^25.2.3", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-unicorn": "^38.0.0", "homebridge": "^1.3.9", "nodemon": "^2.0.13", "prettier": "^2.4.1", "rimraf": "^3.0.2" }, "bugs": { "url": "https://github.com/we5/homebridge-philipsair-platform/issues" }, "engines": { "node": ">=14.18.0", "homebridge": "^1.5.0" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/we5" } ], "homepage": "https://github.com/we5/homebridge-philipsair-platform#readme", "keywords": [ "philips", "homebridge-plugin", "air", "purifier", "homekit", "humidifier", "temperature", "humidity" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/we5/homebridge-philipsair-platform.git" } }