{
  "name": "@camera.ui/go2rtc",
  "version": "0.0.73",
  "description": "camera.ui go2rtc package",
  "author": "seydx (https://github.com/seydx/camera.ui)",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "format": "prettier --write 'src/' --ignore-unknown --no-error-on-unmatched-pattern",
    "postinstall": "node dist/install.js",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "update": "updates --update ./",
    "install-updates": "npm i --save",
    "prepublishOnly": "npm i --package-lock-only && npm run lint:fix && npm run format && npm run build"
  },
  "dependencies": {
    "axios": "^1.10.0",
    "fs-extra": "11.3.0",
    "unzipper": "^0.10.14"
  },
  "devDependencies": {
    "@stylistic/eslint-plugin": "^4.4.1",
    "@typescript-eslint/parser": "^8.34.1",
    "eslint": "^9.29.0",
    "globals": "^16.2.0",
    "prettier": "^3.5.3",
    "typescript-eslint": "^8.34.1",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^24.0.3",
    "@types/unzipper": "^0.10.11",
    "concurrently": "^9.1.2",
    "rimraf": "^6.0.1",
    "typescript": "^5.8.3",
    "updates": "^16.4.2"
  },
  "bugs": {
    "url": "https://github.com/seydx/camera.ui/issues"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "homepage": "https://github.com/seydx/camera.ui#readme",
  "keywords": [
    "camera.ui",
    "go2rtc",
    "camera",
    "streaming",
    "video",
    "audio",
    "rtc",
    "webrtc",
    "mse"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seydx/camera.ui.git"
  }
}
