{
  "name": "@oddin-gg/havik-player",
  "version": "2.9.1",
  "description": "Havik HTML5 player SDK — LL-HLS + DRM playback for Oddin live streams (managed, bring-your-own-player, and iframe-embed modes).",
  "type": "module",
  "sideEffects": false,
  "license": "ISC",
  "author": "Oddin.gg",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oddin-gg/havik-html5.git"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "unpkg": "./dist/havik-player.global.js",
  "jsdelivr": "./dist/havik-player.global.js",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./global": "./dist/havik-player.global.js",
    "./package.json": "./package.json"
  },
  "files": [
    "dist/index.js",
    "dist/index.js.map",
    "dist/index.cjs",
    "dist/index.cjs.map",
    "dist/index.d.ts",
    "dist/index.d.cts",
    "dist/havik-player.global.js",
    "dist/havik-player.global.js.map",
    "embed",
    "docs/API.md",
    "docs/STABILITY.md",
    "examples",
    "README.md",
    "LICENSE",
    "THIRD_PARTY_NOTICES.txt"
  ],
  "scripts": {
    "dev": "vite",
    "build": "npm run build:lib && node scripts/emit-cts.mjs && npm run build:global",
    "build:lib": "vite build --config vite.lib.config.ts",
    "build:global": "vite build --config vite.global.config.ts",
    "build:demo": "vite build",
    "typecheck": "tsc --noEmit",
    "lint": "eslint .",
    "lint:prose": "node scripts/prose-lint.mjs",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:conformance": "playwright test -c conformance/playwright.config.ts",
    "build:crossbrowser": "vite build --config crossbrowser/vite.config.ts",
    "test:crossbrowser": "npm run build:crossbrowser && playwright test -c crossbrowser/playwright.config.ts",
    "verify:ssr": "node scripts/verify-ssr.mjs",
    "publint": "publint",
    "size": "size-limit",
    "lint:licenses": "node scripts/check-licenses.mjs",
    "sbom": "npx --yes @cyclonedx/cyclonedx-npm@2 --omit dev --output-file sbom.json",
    "prepack": "npm run build",
    "test:localqoe": "playwright test -c localqoe/playwright.config.ts",
    "localqoe:media": "bash localqoe/make-media.sh && bash localqoe/make-live-media.sh",
    "test:blackhole": "npm run build:global && playwright test -c blackhole/playwright.config.ts",
    "blackhole:serve": "npm run build:global && node blackhole/server.mjs"
  },
  "dependencies": {
    "hls.js": "1.7.2"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@microsoft/api-extractor": "^7.58.9",
    "@playwright/test": "^1.61.1",
    "@semantic-release/changelog": "^7.0.0",
    "@semantic-release/exec": "^7.1.0",
    "@semantic-release/git": "^11.0.1",
    "@size-limit/file": "^13.0.3",
    "@types/node": "^26.0.1",
    "@vitest/coverage-v8": "^5.0.0",
    "eslint": "^10.6.0",
    "globals": "^17.7.0",
    "jsdom": "^30.0.1",
    "prettier": "^3.9.3",
    "publint": "^0.3.2",
    "semantic-release": "^25.0.9",
    "size-limit": "^13.0.3",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.62.0",
    "vite": "^8.1.0",
    "vite-plugin-dts": "^5.0.3",
    "vitest": "^5.0.0"
  }
}
