{
  "$schema": "https://json.schemastore.org/package.json",
  "author": "Livery Video",
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "dependencies": {
    "@liveryvideo/interactive-bridge": "^1.16.3",
    "lit": "^3.3.3",
    "lodash-es": "^4.17.23",
    "reflect-metadata": "^0.2.2",
    "sprintf-js": "^1.1.3"
  },
  "description": "Livery video player for use in web browsers.",
  "devDependencies": {
    "@biomejs/biome": "2.3.13",
    "@commitlint/cli": "^21.0.2",
    "@commitlint/config-conventional": "^21.0.2",
    "@liveryvideo/biome-lit": "^2.3.0",
    "@microsoft/api-extractor": "^7.58.9",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/exec": "^7.1.0",
    "@semantic-release/git": "^10.0.1",
    "@sentry/browser": "^10.59.0",
    "@sentry/core": "^10.59.0",
    "@types/lodash-es": "^4.17.12",
    "@types/sprintf-js": "^1.1.4",
    "browserslist-to-esbuild": "^2.1.1",
    "echarts": "6.1.0",
    "eslint": "^9.39.2",
    "git-branch-is": "^5.0.0",
    "happy-dom": "^20.10.6",
    "husky": "^9.1.7",
    "lint-staged": "^17.0.8",
    "semantic-release": "^25.0.5",
    "typedoc": "^0.28.19",
    "typedoc-plugin-markdown": "^4.12.0",
    "typedoc-plugin-no-inherit": "^1.6.1",
    "typescript": "^6.0.3",
    "unplugin-dts": "^1.0.2",
    "vite": "^8.0.16",
    "vitest": "^4.1.9"
  },
  "devEngines": {
    "packageManager": {
      "name": "pnpm",
      "onFail": "download",
      "version": "11.9.0"
    },
    "runtime": {
      "name": "node",
      "onFail": "error",
      "version": "24.16.0"
    }
  },
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.umd.js"
  },
  "files": [
    "CHANGELOG.md",
    "dist"
  ],
  "homepage": "https://www.liveryvideo.com/",
  "license": "MIT",
  "lint-staged": {
    "*": [
      "biome check --fix --no-errors-on-unmatched",
      "eslint --fix"
    ]
  },
  "main": "dist/index.umd.js",
  "module": "dist/index.js",
  "name": "@liveryvideo/player",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "github:liveryvideo/player-web"
  },
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "7.20.3",
  "scripts": {
    "build": "vite build",
    "build:lib": "vite build -m lib:bundler && vite build -m lib:browser --emptyOutDir false && pnpm run build:lib:doc",
    "build:lib:doc": "typedoc && mv dist/doc/* dist/ && rm -rf dist/doc",
    "circleci-slack-notify": "node scripts/circleci-slack-notify.js",
    "dev": "vite",
    "lint": "biome check && eslint && tsc",
    "lint:fix": "eslint --fix && biome check --fix",
    "preview": "vite preview",
    "test": "vitest run",
    "test:watch": "vitest",
    "versions": "node scripts/versions.js"
  }
}