{
  "description": "Made for Classic 300s",
  "name": "homebridge-levoit-humidifiers2",
  "displayName": "Levoit Humidifiers",
  "main": "dist/index.js",
  "license": "Apache-2.0",
  "version": "1.3.1",
  "private": false,
  "bugs": {
    "url": "https://github.com/pschroeder89/homebridge-levoit-humidifiers/issues"
  },
  "repository": {
    "url": "git://github.com/joshryandavis/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.8.1",
    "@typescript-eslint/parser": "^5.3.1",
    "eslint": "^8.0.1",
    "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": ">=14.18.1"
  },
  "dependencies": {
    "async-lock": "^1.3.0",
    "axios": "^0.24.0"
  },
  "keywords": [
    "homebridge-plugin",
    "humidifier",
    "classic 300s",
    "vesync",
    "levoit",
    "300s"
  ],
  "types": "./dist/index.d.ts",
  "homepage": "https://github.com/pschroeder89/homebridge-levoit-humidifiers#readme",
  "author": "Paul Schroeder"
}
