{
  "name": "@flussonic/flussonic-mse-player",
  "version": "26.4.0-2-ga9c7672",
  "description": "Media Source Extension support for Flussonic.",
  "main": "./dist/FlussonicMsePlayer.js",
  "unpkg": "./dist/FlussonicMsePlayer.min.js",
  "keywords": [
    "flussonic"
  ],
  "homepage": "https://github.com/flussonic/mse-player",
  "scripts": {
    "test": "jest --runInBand --config jest.config.js",
    "test:ci": "jest --runInBand --ci --config jest.config.js",
    "build": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode production",
    "build:sentry": "webpack --config webpack.config.sentry.js --mode production",
    "start": "NODE_OPTIONS=--openssl-legacy-provider webpack-dev-server --mode development --config webpack.config.dev.js --hot --progress",
    "size": "NODE_OPTIONS=--openssl-legacy-provider webpack --json | webpack-bundle-size-analyzer"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com/flussonic/mse-player.git"
  },
  "author": "https://erlyvideo.ru/",
  "bugs": {
    "url": "https://github.com/flussonic/mse-player/issues"
  },
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.22.15",
    "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
    "@babel/plugin-transform-classes": "^7.22.15",
    "@babel/plugin-transform-modules-commonjs": "^7.21.2",
    "@babel/preset-env": "^7.22.15",
    "@webpack-cli/serve": "^2.0.2",
    "babel-loader": "^9.1.3",
    "babel-plugin-add-module-exports": "^1.0.4",
    "babel-plugin-transform-es2015-classes": "^6.24.1",
    "clean-webpack-plugin": "^4.0.0",
    "directory-named-webpack-plugin": "^4.0.0",
    "eslint": "7.2.0",
    "eslint-config-airbnb": "18.2.1",
    "eslint-plugin-import": "2.22.1",
    "eslint-plugin-jsx-a11y": "6.4.1",
    "eslint-plugin-react": "7.21.5",
    "eslint-plugin-react-hooks": "1.7.0",
    "gulp": "~4.0.0",
    "html-loader": "^1.1.0",
    "html-webpack-plugin": "^4.5.2",
    "jest": "^23.5.0",
    "querystring-es3": "^0.2.1",
    "uglifyjs-webpack-plugin": "^2.1.1",
    "url": "^0.11.1",
    "webpack": "^5.88.2",
    "webpack-bundle-size-analyzer": "^3.1.0",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^4.13.3",
    "worker-loader": "^3.0.8"
  },
  "optionalDependencies": {
    "@sentry/browser": "^6.2.2",
    "@sentry/tracing": "^6.2.2"
  },
  "dependencies": {
    "parseurl": "~1.3.2"
  }
}
