{
  "name": "@broadcastingplatforms/player",
  "version": "1.4.9",
  "description": "Universal video player web component built with Lit",
  "type": "module",
  "main": "dist/bp-player.js",
  "module": "dist/bp-player.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/bp-player.mjs"
    },
    "./standalone": {
      "types": "./dist/index.d.ts",
      "import": "./dist/bp-player.standalone.mjs"
    },
    "./dist/*": "./dist/*",
    "./package.json": "./package.json"
  },
  "files": [
    "dist/",
    "!**/*.map"
  ],
  "scripts": {
    "build": "bun run build:types && bun run build:bundle",
    "build:types": "tsc --emitDeclarationOnly",
    "build:bundle": "node build.mjs",
    "build:prod": "NODE_ENV=production bun run build",
    "dev": "concurrently \"tsc --emitDeclarationOnly --watch --preserveWatchOutput\" \"node build.mjs --watch\"",
    "clean": "rm -rf dist tsconfig.tsbuildinfo",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "better-call": "^1.0.6",
    "custom-media-element": "^1.4.0",
    "hls.js": "^1.5.17",
    "lit": "^3.2.1",
    "livekit-client": "^2.6.2",
    "media-chrome": "^4.2.2",
    "media-tracks": "^0.3.3"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "concurrently": "^9.1.2",
    "esbuild": "^0.24.0",
    "happy-dom": "^17.4.4",
    "typescript": "^5.7.2",
    "vite": "^6.0.5",
    "vitest": "^4.1.0"
  },
  "license": "SEE LICENSE IN LICENSE",
  "publishConfig": {
    "access": "public"
  }
}
