{
  "private": false,
  "displayName": "Big Ass Fans (Homebridge 2)",
  "name": "homebridge-bigassfans-2",
  "version": "1.1.40",
  "description": "Homebridge 2.0 plugin for Big Ass Fans i6, es6, Haiku H/I Series, and Haiku L Series.",
  "author": {
    "name": "Joshua Appleman",
    "email": "joshua@appleman.us",
    "url": "https://github.com/applemanj"
  },
  "contributors": [
    "oogje (original plugin author)",
    "pponce (original plugin contributor)",
    "knmorgan (original plugin contributor)"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/applemanj/homebridge-bigAssFans-2.git"
  },
  "homepage": "https://github.com/applemanj/homebridge-bigAssFans-2#readme",
  "bugs": {
    "url": "https://github.com/applemanj/homebridge-bigAssFans-2/issues"
  },
  "engines": {
    "homebridge": "^1.8.0 || ^2.0.0-beta.0 || ^2.0.0",
    "node": "^20.15.1 || ^22.0.0 || ^24.0.0"
  },
  "main": "dist/index.js",
  "scripts": {
    "lint": "eslint src/**.ts --max-warnings=0",
    "test:regression": "ts-node tests/regression.ts",
    "watch": "npm run build && npm link && nodemon",
    "build": "rimraf ./dist && tsc",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint && npm run build && npm run test:regression"
  },
  "keywords": [
    "homebridge-plugin",
    "big-ass-fans",
    "ceiling-fan",
    "fan",
    "i6",
    "es6",
    "haiku",
    "homebridge-2"
  ],
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "eslint": "^8.57.0",
    "homebridge": "^2.0.0-beta.0",
    "nodemon": "^3.0.0",
    "rimraf": "^6.0.0",
    "ts-node": "^10.9.0",
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "@homebridge/plugin-ui-utils": "^2.2.3"
  }
}
