{
  "name": "@mistweaverco/hls.js-light",
  "version": "1.1.4",
  "license": "MIT",
  "description": "JavaScript HLS client using MediaSourceExtension",
  "homepage": "https://hlsjs-light.mwco.io",
  "authors": "Marco Kellershoff <marco@kellershoff.net>",
  "repository": {
    "type": "git",
    "url": "https://github.com/mistweaverco/hls.js-light"
  },
  "bugs": {
    "url": "https://github.com/mistweaverco/hls.js-light/issues"
  },
  "main": "./dist/hls.light.js",
  "module": "./dist/hls.light.mjs",
  "types": "./dist/hls.js.d.ts",
  "files": [
    "dist/**/*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "docs:serve": "serve docs"
  },
  "devDependencies": {
    "serve": "^14.2.1"
  }
}
