{
  "name": "homebridge-savanthost",
  "displayName": "Homebridge SavantHost",
  "version": "1.3.1",
  "description": "Savant主机场景控制插件",
  "license": "MIT",
  "keywords": [
    "homebridge-plugin",
    "savant",
    "savantsmarthome",
    "scene",
    "SavantHost",
    "control",
    "smart home",
    "rickyangkai",
    "SavantChinaGroup"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/rickyangkai/homebridge-savanthost.git"
  },
  "bugs": {
    "url": "https://github.com/rickyangkai/homebridge-savanthost/issues"
  },
  "engines": {
    "homebridge": "^1.6.0 || ^2.0.0-beta.0",
    "node": "^18.20.4 || ^20.15.1 || ^22"
  },
  "main": "dist/index.js",
  "scripts": {
    "lint": "eslint .",
    "watch": "npm run build && npm link && nodemon",
    "build": "rimraf ./dist && tsc",
    "prepublishOnly": "npm run lint && npm run build"
  },
  "devDependencies": {
    "@types/node": "^18.19.0",
    "@types/ssh2": "^1.11.18",
    "@typescript-eslint/eslint-plugin": "^7.1.0",
    "@typescript-eslint/parser": "^7.1.0",
    "@eslint/js": "^8.57.0",
    "eslint": "^8.57.0",
    "homebridge": "^1.3.5",
    "nodemon": "^3.0.3",
    "rimraf": "^5.0.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "homebridge-lib": "^7.0.0",
    "ssh2": "^1.15.0"
  }
}
