UNPKG

homebridge-levoit-humidifiers

Version:
74 lines (73 loc) 1.94 kB
{ "description": "Homebridge plugin for Levoit Humidifiers", "name": "homebridge-levoit-humidifiers", "displayName": "Levoit Humidifiers", "main": "dist/index.js", "license": "Apache-2.0", "version": "1.14.4", "private": false, "bugs": { "url": "https://github.com/pschroeder89/homebridge-levoit-humidifiers/issues" }, "repository": { "url": "git://github.com/pschroeder89/homebridge-levoit-humidifiers.git", "type": "git" }, "scripts": { "remove-link": "npm -g remove homebridge-levoit-humidifiers", "prepublishOnly": "npm run lint && npm run build", "watch": "npm run build && npm link && nodemon", "lint": "eslint src/**.ts --max-warnings=0", "build": "rimraf ./dist && tsc" }, "devDependencies": { "@types/async-lock": "^1.1.3", "@types/node": "^16.11.7", "@typescript-eslint/eslint-plugin": "^5.3.1", "@typescript-eslint/parser": "^5.3.1", "eslint": "^8.56.0", "eslint-plugin-prettier": "^5.1.2", "eslint-plugin-unused-imports": "^2.0.0", "homebridge": "^1.3.5", "nodemon": "^2.0.13", "rimraf": "^3.0.2", "ts-node": "^10.3.0", "typescript": "^4.4.4" }, "engines": { "homebridge": ">=1.3.5", "node": ">=18.16.0" }, "dependencies": { "async-lock": "^1.3.0", "axios": "^0.24.0", "eslint-config-prettier": "^9.1.0", "prettier": "^3.1.1", "yarn": "^1.22.21" }, "keywords": [ "homebridge-plugin", "humidifier", "classic 300s", "vesync", "levoit", "300s", "oasis", "lv600s", "homebridge", "classic 300s" ], "types": "./dist/index.d.ts", "homepage": "https://github.com/pschroeder89/homebridge-levoit-humidifiers#readme", "author": "Paul Schroeder", "funding": [ { "type": "github", "url": "https://github.com/sponsors/pschroeder89" }, { "type": "paypal", "url": "https://www.paypal.me/pschroeder89" } ] }