{
  "name": "@ludeo/unit-player-infra-package",
  "version": "1.36.0",
  "description": "Ludeo Unit Player Infra Example - Infrastructure package for game streaming and playable ads",
  "main": "./dist/unit-player.umd.js",
  "module": "./dist/unit-player.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/unit-player.es.js",
      "require": "./dist/unit-player.umd.js"
    },
    "./cdn": {
      "import": "./dist/unit-player.es.js",
      "require": "./dist/unit-player.umd.js"
    }
  },
  "files": [
    "dist",
    "examples",
    "README.md"
  ],
  "private": false,
  "type": "module",
  "scripts": {
    "dev": "vite",
    "prod": "cross-env VITE_PROD_OVERRIDE=true concurrently --names \"vite  ➡️,proxy ➡️\" --prefix-colors \"cyan,yellow\" \"vite\" \"npm run dev --prefix unit-proxy\"",
    "dev:unit": "vite",
    "build": "vite build",
    "build:analyze": "vite build && npx vite-bundle-analyzer dist/unit-player.umd.js",
    "build:cdn": "vite build && echo 'CDN files ready in dist/'",
    "test": "vitest",
    "test:run": "vitest run",
    "test:watch": "vitest watch",
    "test:coverage": "vitest run --coverage",
    "test:coverage:watch": "vitest --coverage --watch",
    "test:ui": "vitest --ui",
    "test:related": "vitest related",
    "test:changed": "vitest related --run",
    "test:unit": "vitest run --reporter=verbose",
    "test:ci": "vitest run --coverage --reporter=junit --outputFile=test-results.xml",
    "release": "changeset publish",
    "preinstall": "if [ \"$INIT_CWD\" = \"$PWD\" ]; then npx --no-install check-node-version --node 22.14.0; fi",
    "prepare": "husky",
    "build-fail-fast": "tsc --noEmit -p tsconfig.app.json",
    "avoid-cyclic": "npx madge --circular --extensions js,jsx,ts,tsx src",
    "lint": "eslint src --ext .ts,.tsx --max-warnings=0",
    "lint:fix": "eslint src --ext .ts,.tsx --fix",
    "commit-check": "concurrently -r --kill-others-on-fail \"npm run avoid-cyclic\" \"npm run build-fail-fast\" \"npm run lint\" \"npm run test:changed\"",
    "preview": "vite preview --port 5001 --strictPort",
    "e2e:local": "cross-env ENV=local npx playwright test || npx playwright show-report --port=9333",
    "e2e:prod": "cross-env ENV=prod npx playwright test",
    "e2e:headed": "cross-env ENV=local npx playwright test --headed --project=chromium",
    "e2e:ci": "cross-env CI=true npx playwright test",
    "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
  },
  "dependencies": {
    "@ludeo/aws-gamecast-web-sdk": "^3.0.0",
    "@ludeo/echo": "^1.1.3",
    "@ludeo/ludeocast-client-sdk": "0.6.7",
    "lodash": "^4.17.21",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "uuid": "^11.0.5",
    "webrtc-adapter": "^9.0.1",
    "webrtc-issue-detector": "^1.17.0",
    "zod": "^4.1.11"
  },
  "devDependencies": {
    "@eslint/js": "^9.36.0",
    "@testing-library/jest-dom": "^6.8.0",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/node": "^24.5.2",
    "@types/react": "^19.1.13",
    "@types/react-dom": "^19.1.9",
    "@typescript-eslint/eslint-plugin": "^8.44.0",
    "@typescript-eslint/parser": "^8.44.0",
    "@vitejs/plugin-react": "^5.0.2",
    "@vitest/coverage-v8": "^3.2.4",
    "autoprefixer": "^10.4.21",
    "check-node-version": "^4.2.1",
    "concurrently": "^9.2.1",
    "cross-env": "^10.0.0",
    "eslint": "^9.36.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-promise": "^7.2.1",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-compiler": "^19.1.0-rc.2",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.20",
    "eslint-plugin-security": "^3.0.1",
    "eslint-plugin-sonarjs": "^3.0.5",
    "eslint-plugin-unicorn": "^61.0.2",
    "globals": "^16.4.0",
    "husky": "^9.1.7",
    "jsdom": "^27.0.0",
    "lint-staged": "^16.1.6",
    "postcss": "^8.5.6",
    "postcss-prefix-selector": "^2.1.1",
    "prettier": "^3.6.2",
    "rollup-plugin-visualizer": "^6.0.3",
    "terser": "^5.44.0",
    "typescript": "~5.8.3",
    "typescript-eslint": "^8.44.0",
    "vite": "^7.1.6",
    "vite-plugin-css-injected-by-js": "^3.5.2",
    "vite-plugin-dts": "^4.5.4",
    "vite-plugin-svgr": "^4.5.0",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^3.2.4"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.{json,css,scss,md}": [
      "prettier --write"
    ]
  }
}
