{
  "name": "@clappr/hlsjs-playback",
  "version": "3.1.1",
  "description": "HLS Playback based on hls.js",
  "main": "./dist/hlsjs-playback.js",
  "module": "./dist/hlsjs-playback.esm.js",
  "scripts": {
    "start": "vite",
    "build": "vite build",
    "watch": "vite build --watch",
    "bundle-check": "ANALYZE_BUNDLE=true vite build",
    "release": "rm -rf dist && vite build && vite build --mode minify",
    "test": "vitest run --coverage",
    "test:smoke": "vitest run src/dist.smoke.test.js",
    "test:watch": "vitest",
    "lint": "eslint --no-error-on-unmatched-pattern *.js ./src",
    "lint:fix": "yarn lint -- --fix",
    "prepublishOnly": "lerna run release --scope=@clappr/hlsjs-playback"
  },
  "files": [
    "/dist",
    "/src"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/clappr/clappr.git",
    "directory": "packages/hlsjs-playback"
  },
  "author": "Globo.com",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/clappr/hlsjs-playback/issues"
  },
  "homepage": "https://github.com/clappr/hlsjs-playback",
  "peerDependencies": {
    "@clappr/core": "*",
    "hls.js": "^1"
  },
  "devDependencies": {
    "@clappr/core": "^0.17.1",
    "hls.js": "^1"
  }
}
