{
  "displayName": "Modern Forms Fans",
  "name": "homebridge-modern-forms-fans",
  "version": "1.0.17",
  "description": "Add Modern Forms fans to your Home app using Homebridge.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/davidashman/homebridge-modern-forms.git"
  },
  "bugs": {
    "url": "https://github.com/davidashman/homebridge-modern-forms/issues"
  },
  "engines": {
    "node": ">=10.17.0",
    "homebridge": ">0.4.53"
  },
  "main": "dist/index.js",
  "scripts": {
    "lint": "eslint src/**.ts",
    "watch": "npm run build && npm link && nodemon",
    "build": "rimraf ./dist && tsc",
    "prepublishOnly": "npm run lint && npm run build"
  },
  "keywords": [
    "homebridge-plugin",
    "modern-forms"
  ],
  "dependencies": {
    "@network-utils/arp-lookup": "^1.3.4",
    "axios": "^0.20.0",
    "get-ip-range": "^2.1.0",
    "memoizee": "^0.4.14",
    "mqtt": "^5.3.5",
    "network": "^0.5.0",
    "network-calculator": "^2.0.1",
    "node-arp": "^1.0.6",
    "ping": "^0.2.3",
    "rxjs": "^6.6.2"
  },
  "devDependencies": {
    "@types/memoizee": "^0.4.4",
    "@types/node": "^20.11.17",
    "@types/ping": "^0.2.0",
    "@typescript-eslint/eslint-plugin": "^3.10.1",
    "@typescript-eslint/parser": "^3.10.1",
    "eslint": "^7.7.0",
    "homebridge": "^1.6.0",
    "nodemon": "^2.0.4",
    "rimraf": "^3.0.2",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.2"
  }
}
