{
  "displayName": "HomebridgeAI",
  "name": "homebridge-ai",
  "version": "0.6.6",
  "description": "Command and automate your home using natural language from anywhere.",
  "license": "Apache-2.0",
  "homepage": "https://homebridgeai.com/",
  "repository": {
    "type": "git",
    "url": "https://github.com/grrowl/homebridge-ai.git"
  },
  "bugs": {
    "url": "https://github.com/grrowl/homebridge-ai/issues"
  },
  "engines": {
    "node": ">=16.20.1",
    "homebridge": ">=1.3.5"
  },
  "main": "dist/index.js",
  "scripts": {
    "lint": "eslint src/**.ts --max-warnings=0",
    "watch": "npm run build && npm link && nodemon",
    "build": "rimraf ./dist && tsc",
    "prepublishOnly": "npm run lint && npm run build"
  },
  "keywords": [
    "homebridge-plugin",
    "homebridgeai",
    "homekit",
    "ai",
    "gpt",
    "assistant",
    "chat",
    "remote",
    "whatsapp",
    "shortcuts",
    "ios",
    "android",
    "delay",
    "automation"
  ],
  "dependencies": {
    "@oznu/hap-client": "^1.9.0",
    "ws": "^8.13.0",
    "zod": "^3.21.4"
  },
  "devDependencies": {
    "@types/node": "^20.4.2",
    "@types/ws": "^8.5.4",
    "@typescript-eslint/eslint-plugin": "^6.1.0",
    "@typescript-eslint/parser": "^6.1.0",
    "eslint": "^8.45.0",
    "eslint-config-prettier": "^8.8.0",
    "homebridge": "^1.6.1",
    "homebridge-dummy": "^0.9.0",
    "nodemon": "^3.0.1",
    "rimraf": "^5.0.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.6"
  }
}
