{
  "name": "@openplayerjs/hls",
  "version": "3.4.3",
  "description": "HLS streaming engine for OpenPlayerJS, powered by hls.js",
  "author": {
    "name": "Rafael Miranda",
    "email": "rafa8626@gmail.com"
  },
  "license": "MIT",
  "type": "module",
  "sideEffects": false,
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/types/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/openplayerjs/openplayerjs.git",
    "directory": "packages/hls"
  },
  "keywords": [
    "hls",
    "streaming",
    "player",
    "openplayer",
    "hls.js"
  ],
  "peerDependencies": {
    "hls.js": ">=1.0.0",
    "@openplayerjs/core": "^3.4.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build:bundles": "rollup -c rollup.config.cjs",
    "test": "jest --passWithNoTests  --config ../../jest.config.cjs",
    "release": "dotenv -o -- release-it --config .release-it.cjs",
    "watch": "rollup -c rollup.config.cjs --watch"
  }
}