{
  "name": "camera.ui",
  "version": "2.0.0",
  "description": "camera.ui launcher",
  "type": "module",
  "bin": {
    "cameraui": "./dist/cameraui.js"
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "format": "prettier --write 'src/' --ignore-unknown --no-error-on-unmatched-pattern",
    "lint": "eslint --fix .",
    "update": "updates --update ./",
    "install-updates": "npm i --save",
    "prepublishOnly": "npm i --package-lock-only && npm run lint && npm run format && npm run build",
    "watch": "nodemon src/cameraui.ts -H ../.camera.ui run",
    "watch:alt": "CAMERA_UI_DEV_PORT=5443 nodemon src/cameraui.ts -H ../.camera.ui.alt run",
    "watch:alt2": "CAMERA_UI_DEV_PORT=6443 nodemon src/cameraui.ts --worker -H ../.camera.ui.alt.2 run",
    "watch:alt3": "CAMERA_UI_DEV_PORT=7443 nodemon src/cameraui.ts -H ../.camera.ui.alt.3 run"
  },
  "dependencies": {
    "@camera.ui/common": "~0.0.49",
    "commander": "^15.0.0",
    "fs-extra": "^11.3.6",
    "js-yaml": "^5.2.1",
    "ora": "^9.4.1",
    "systeminformation": "^5.31.13",
    "tail": "^2.2.6"
  },
  "devDependencies": {
    "@stylistic/eslint-plugin": "^5.10.0",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "26.1.0",
    "@types/tail": "^2.2.3",
    "@typescript-eslint/parser": "^8.62.1",
    "eslint": "9.39.2",
    "globals": "^17.7.0",
    "nodemon": "^3.1.14",
    "prettier": "^3.9.4",
    "rimraf": "^6.1.3",
    "tsx": "^4.23.0",
    "tsyringe": "^4.10.0",
    "typescript": "5.9.3",
    "typescript-eslint": "^8.62.1",
    "updates": "^17.18.2"
  },
  "author": "seydx (https://github.com/cameraui/camera.ui)",
  "bugs": {
    "url": "https://github.com/cameraui/camera.ui/issues"
  },
  "homepage": "https://github.com/cameraui/camera.ui#readme",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cameraui/camera.ui.git"
  },
  "keywords": [
    "camera.ui",
    "camera",
    "nvr",
    "surveillance",
    "homekit",
    "streaming",
    "webrtc",
    "motion detection",
    "object detection",
    "launcher"
  ]
}
