{
  "name": "@flussonic/flussonic-webrtc-player",
  "version": "24.7.1-10-g016867a",
  "description": "Flussonic Webrtc publish and playback",
  "main": "dist/index.js",
  "scripts": {
    "cypress": "npx cypress open --e2e --browser electron",
    "cypress:ci": "npx cypress run",
    "test": "jest --watch --runInBand",
    "test:ci": "JEST_JUNIT_OUTPUT_DIR=results jest --ci --reporters=default --reporters=jest-junit",
    "start": "webpack-dev-server --hot --host 0.0.0.0 --mode development",
    "start:embed": "webpack-dev-server --hot --host 0.0.0.0 --config webpack.config.flussonic.js --mode development --https",
    "start:https": "yarn start --https",
    "start:dev": "webpack-dev-server --hot --host 0.0.0.0 --config webpack.config.dev.js --mode development",
    "start:dev:https": "yarn start:dev --https",
    "prebuild": "node ./config.js",
    "build": "webpack --mode production",
    "build:umd": "webpack --mode production --config webpack.config.umd.js",
    "build:stats": "webpack --config webpack.config.umd.js --profile --json --mode production > stats.json",
    "build:analyse": "webpack-bundle-analyzer stats.json",
    "build:flussonic": "webpack --mode production --config webpack.config.flussonic.js"
  },
  "repository": {
    "type": "git",
    "url": "git@git.erlyvideo.ru:flussonic/webrtc-player.git"
  },
  "author": "Max Lapshin <max@erlyvideo.org> (https://flussonic.com)",
  "license": "ISC",
  "husky": {
    "hooks": {
      "pre-commit": "rm -rf dist && yarn build:umd && git add dist"
    }
  },
  "devDependencies": {
    "@apidevtools/swagger-parser": "^10.1.0",
    "@babel/core": "7.1.2",
    "@babel/plugin-proposal-class-properties": "7.1.0",
    "@babel/plugin-proposal-object-rest-spread": "7.0.0",
    "@babel/plugin-transform-runtime": "7.10.3",
    "@babel/preset-env": "7.1.0",
    "@webpack-cli/serve": "^1.7.0",
    "axios": "^0.27.2",
    "babel-loader": "^8.0.4",
    "copy-webpack-plugin": "^11.0.0",
    "cypress": "^10.6.0",
    "cypress-multi-reporters": "^1.6.1",
    "eslint": "^8.23.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-cypress": "^2.13.3",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^27.0.1",
    "html-webpack-plugin": "^5.5.0",
    "husky": "^8.0.1",
    "jest": "^29.0.1",
    "jest-canvas-mock": "^2.5.2",
    "jest-environment-jsdom": "^29.0.1",
    "jest-junit": "^14.0.1",
    "mocha": "^10.0.0",
    "mocha-junit-reporter": "^2.0.2",
    "openapi-sampler": "1.0.0-beta.15",
    "terser-webpack-plugin": "^5.3.7",
    "wait-on": "^6.0.1",
    "webpack": "^5.74.0",
    "webpack-bundle-analyzer": "^4.6.1",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.10.1"
  },
  "peerDependencies": {
    "@sentry/browser": "^5.8.0",
    "core-js": "^2.5.7"
  },
  "dependencies": {
    "@babel/runtime": "^7.18.9",
    "@sentry/browser": "^5.8.0",
    "core-js": "^2.6.12",
    "nanoevents": "^1.0.5",
    "query-string": "^7.1.1",
    "url-polyfill": "^1.1.3"
  }
}
