{
  "name": "@turbo-player/integration-web-component",
  "version": "1.1586.2",
  "description": "Web component and types to integrate the turbo player",
  "keywords": [
    "video",
    "player",
    "streaming",
    "media-player",
    "web-player",
    "web-component",
    "custom-element"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "LICENSE.md",
    "dist/**/*.js",
    "dist/**/*.d.ts"
  ],
  "scripts": {
    "prepack": "npm run build",
    "postpublish": "pnpm publish --registry=https://npm.pkg.github.com --no-git-checks --ignore-scripts",
    "build": "rm -rf dist && rslib build",
    "lint": "tsc --noEmit && biome ci",
    "watch": "rslib build --watch"
  },
  "devDependencies": {
    "@biomejs/biome": "catalog:",
    "@microsoft/api-extractor": "catalog:",
    "@rslib/core": "catalog:",
    "@turbo-player/core": "1.1586.2",
    "npm-run-all": "catalog:",
    "typescript": "catalog:"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "gitHead": "7c5f2831db1002099c9da4f1099fbe31161b93ed"
}
