{
  "name": "homebridge-camera-ui",
  "version": "4.2.10",
  "description": "User Interface for RTSP capable cameras.",
  "author": "SeydX (https://github.com/SeydX/homebridge-camera-ui)",
  "scripts": {
    "build": "concurrently \"npm run build:homebridge-ui\" \"npm run build:ui\"",
    "build:homebridge-ui": "npm run build --prefix homebridge-ui/ui",
    "build:ui": "npm run build --prefix ui",
    "lint": "concurrently \"npm run lint:homebridge-ui\" \"npm run lint:plugin\" \"npm run lint:server\" \"npm run lint:ui\"",
    "lint:homebridge-ui": "npm run lint --prefix homebridge-ui/ui",
    "lint:plugin": "eslint --fix ./plugin",
    "lint:server": "eslint --fix . --ignore-pattern 'plugin'",
    "lint:ui": "npm run lint --prefix ui",
    "test": "jest --runInBand --forceExit --detectOpenHandles --config ./test/jest.config.js",
    "watch": "concurrently \"npm run watch:homebridge-ui\" \"npm run watch:server\" \"npm run watch:ui\"",
    "watch:homebridge-ui": "npm run serve --prefix homebridge-ui/ui",
    "watch:server": "nodemon --trace-warnings server/index.js",
    "watch:ui": "npm run serve --prefix ui",
    "prepublishOnly": "npm i --package-lock-only && npm run lint && npm run build"
  },
  "main": "index.js",
  "dependencies": {
    "@aws-sdk/client-rekognition": "^3.34.0",
    "@homebridge/plugin-ui-utils": "^0.0.19",
    "compare-versions": "^3.6.0",
    "connect-history-api-fallback": "^1.6.0",
    "cors": "^2.8.5",
    "express": "^4.17.1",
    "ffmpeg-for-homebridge": "^0.0.9",
    "fs-extra": "10.0.0",
    "got": "^11.8.2",
    "helmet": "^4.6.0",
    "jsonwebtoken": "^8.5.1",
    "lowdb": "^1.0.0",
    "moment": "^2.29.1",
    "morgan": "^1.10.0",
    "mqtt": "^4.2.8",
    "multer": "^1.4.3",
    "nanoid": "^3.1.28",
    "os": "^0.1.2",
    "pick-port": "^1.0.0",
    "piexifjs": "^1.0.6",
    "ping": "^0.4.1",
    "socket.io": "^4.2.0",
    "swagger-jsdoc": "^6.1.0",
    "swagger-ui-express": "^4.1.6",
    "tar": "^6.1.11",
    "telegraf": "^4.4.2",
    "web-push": "^3.4.5"
  },
  "devDependencies": {
    "@babel/core": "7.15.5",
    "@babel/eslint-parser": "7.15.7",
    "@babel/eslint-plugin": "7.14.5",
    "concurrently": "^6.3.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-jest": "^24.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-unicorn": "^36.0.0",
    "jest": "^27.2.4",
    "nodemon": "^2.0.13",
    "prettier": "^2.4.1",
    "supertest": "^6.1.6"
  },
  "bugs": {
    "url": "https://github.com/SeydX/homebridge-camera-ui/issues"
  },
  "engines": {
    "node": ">=12.18.3",
    "homebridge": "^1.1.6"
  },
  "funding": [
    {
      "type": "paypal",
      "url": "https://paypal.me/seydx"
    },
    {
      "type": "kofi",
      "url": "https://ko-fi.com/seydx"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/SeydX"
    }
  ],
  "homepage": "https://github.com/SeydX/homebridge-camera-ui#readme",
  "keywords": [
    "camera",
    "homebridge-plugin",
    "motion",
    "detection",
    "ui",
    "rekognition",
    "aws",
    "interface",
    "webapp"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SeydX/homebridge-camera-ui.git"
  }
}
