{
  "displayName": "HiSense TV",
  "name": "homebridge-hisense-tv-remotenow",
  "version": "4.0.1",
  "description": "Control RemoteNow-enabled HiSense TVs.",
  "main": "dist/index.js",
  "license": "MIT",
  "type": "module",
  "homepage": "https://github.com/MrAsterisco/homebridge-hisense-tv",
  "keywords": [
    "homebridge",
    "homebridge-plugin",
    "hisense",
    "hisense-tv"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MrAsterisco/homebridge-hisense-tv.git"
  },
  "bugs": {
    "url": "https://github.com/MrAsterisco/homebridge-hisense-tv/issues"
  },
  "bin": {
    "hisense-tv": "dist/scripts/hisenseTV.js"
  },
  "scripts": {
    "lint": "eslint src/**.ts --max-warnings=5 --fix",
    "watch": "npm run build && npm link && nodemon",
    "build": "rimraf ./dist && tsc && chmod +x dist/scripts/hisenseTV.js",
    "prepublishOnly": "npm run lint && npm run build",
    "prepare": "husky"
  },
  "lint-staged": {
    "src/**/*.ts": [
      "eslint --fix"
    ]
  },
  "engines": {
    "homebridge": "^1.8.0 || ^2.0.0-beta.0",
    "node": "^20.18.0 || ^22.10.0 || ^24.0.0"
  },
  "dependencies": {
    "fast-deep-equal": "^3.1.3",
    "mqtt": "^5.15.1",
    "wol": "^1.0.7"
  },
  "devDependencies": {
    "@types/node": "^24.10.13",
    "@types/wol": "^1.0.0",
    "@typescript-eslint/eslint-plugin": "^8.56.0",
    "@typescript-eslint/parser": "^8.56.0",
    "eslint": "^10.0.1",
    "@eslint/js": "^10.0.1",
    "homebridge": "^2.0.0-beta.55",
    "husky": "^9.0.11",
    "lint-staged": "^16.2.7",
    "nodemon": "^3.1.11",
    "rimraf": "^6.1.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.56.0"
  }
}
