{
  "name": "homebridge-config-ui-x",
  "displayName": "Homebridge UI",
  "version": "4.41.5",
  "description": "A web based management, configuration and control platform for Homebridge",
  "license": "MIT",
  "author": "oznu <dev@oz.nu>",
  "repository": {
    "type": "git",
    "url": "git://github.com/oznu/homebridge-config-ui-x.git"
  },
  "bugs": {
    "url": "https://github.com/oznu/homebridge-config-ui-x/issues"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/oznu"
    },
    {
      "type": "paypal",
      "url": "https://paypal.me/oznu"
    }
  ],
  "main": "./dist/index.js",
  "bin": {
    "homebridge-config-ui-x": "./dist/bin/standalone.js",
    "hb-service": "./dist/bin/hb-service.js"
  },
  "engines": {
    "node": ">=10.17.0",
    "homebridge": ">=0.4.22"
  },
  "scripts": {
    "watch": "concurrently \"npm run watch:ui\" \"npm run watch:server\"",
    "watch:server": "nodemon",
    "watch:ui": "npm run start --prefix ui",
    "build": "npm run build:server && npm run build:ui",
    "build:server": "rimraf dist && tsc -p tsconfig.build.json && npm run webpack",
    "build:ui": "npm run build --prefix ui",
    "start": "ts-node -r tsconfig-paths/register src/main.ts",
    "serve": "npm run watch",
    "lint": "npm run lint:server && npm run lint:ui",
    "lint:server": "eslint \"{src,test}/**/*.ts\" --max-warnings=0",
    "lint:ui": "npm run lint --prefix ui",
    "webpack": "webpack --config webpack.config.js",
    "install:ui": "npm install --prefix ui",
    "test:e2e": "jest --forceExit --detectOpenHandles --verbose=true --silent --config ./test/jest-e2e.json",
    "prepublishOnly": "npm i --package-lock-only && npm run lint && npm run build"
  },
  "dependencies": {
    "@nestjs/axios": "0.0.3",
    "@nestjs/common": "8.2.3",
    "@nestjs/core": "8.2.3",
    "@nestjs/jwt": "8.0.0",
    "@nestjs/passport": "8.0.1",
    "@nestjs/platform-fastify": "8.2.3",
    "@nestjs/platform-socket.io": "8.2.3",
    "@nestjs/swagger": "5.1.5",
    "@nestjs/websockets": "8.2.3",
    "@oznu/hap-client": "1.8.1",
    "axios": "0.24.0",
    "class-transformer": "^0.3.2",
    "class-validator": "^0.13.1",
    "commander": "6.2.1",
    "dayjs": "^1.10.7",
    "fastify": "3.24.1",
    "fastify-multipart": "5.2.1",
    "fastify-static": "4.5.0",
    "fastify-swagger": "4.12.6",
    "fs-extra": "9.1.0",
    "helmet": "4.4.1",
    "node-cache": "^5.1.2",
    "node-pty-prebuilt-multiarch": "^0.10.1-pre.4",
    "node-schedule": "^1.3.3",
    "ora": "5.3.0",
    "p-limit": "3.1.0",
    "passport": "0.4.1",
    "passport-jwt": "4.0.0",
    "pino-pretty": "^4.8.0",
    "reflect-metadata": "^0.1.12",
    "rxjs": "7.3.0",
    "semver": "^7.3.5",
    "systeminformation": "5.9.17",
    "tail": "^2.2.4",
    "tar": "^6.1.11",
    "tcp-port-used": "^1.0.2",
    "unzipper": "^0.10.11"
  },
  "devDependencies": {
    "@nestjs/testing": "8.2.3",
    "@types/fs-extra": "^9.0.12",
    "@types/jest": "^26.0.24",
    "@types/node": "^16.4.7",
    "@types/node-schedule": "^1.3.2",
    "@types/semver": "^7.3.8",
    "@types/tar": "^4.0.5",
    "@types/unzipper": "^0.10.4",
    "@typescript-eslint/eslint-plugin": "^4.28.5",
    "@typescript-eslint/parser": "^4.28.5",
    "bash-color": "0.0.4",
    "buffer-shims": "^1.0.0",
    "concurrently": "^6.4.0",
    "dotenv": "^8.6.0",
    "eslint": "^7.31.0",
    "eslint-config-prettier": "^7.2.0",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-jest": "^24.4.0",
    "form-data": "^3.0.1",
    "jest": "^26.6.3",
    "lodash": "^4.17.20",
    "nodemon": "^2.0.12",
    "otplib": "^12.0.1",
    "prettier": "^2.5.1",
    "qr-image": "^3.2.0",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.5.6",
    "ts-loader": "^8.3.0",
    "ts-node": "^9.1.1",
    "tsconfig-paths": "^3.10.1",
    "typescript": "^4.3.5",
    "webpack": "^5.65.0",
    "webpack-cli": "^4.9.1",
    "webpack-node-externals": "^2.5.2"
  },
  "keywords": [
    "homebridge-plugin",
    "ui",
    "gui",
    "web",
    "homebridge",
    "homebridge-config-ui-x",
    "ui-x",
    "config-ui-x",
    "homebridge-x",
    "homebridge server",
    "homebridge ui",
    "homebridge-ui",
    "homebridge gui",
    "homebridge-gui",
    "web interface",
    "config ui",
    "management",
    "config editor",
    "linux",
    "macOS",
    "osx",
    "windows",
    "raspberry pi",
    "accessory control",
    "smart home",
    "hb-service"
  ]
}