{
  "name": "@stormstreaming/stormplayer-react",
  "version": "5.0.1",
  "description": "Dedicated React wrapper for Storm Player UI and Storm Player Core",
  "private": false,
  "author": "Web-Anatomy s.c. <contact@web-anatomy.com>",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "license": "SEE LICENSE IN LICENSE.txt",
  "repository": {
    "type": "git",
    "url": "https://github.com/StormStreaming/player-react"
  },
  "homepage": "https://github.com/StormStreaming/player-react#readme",
  "keywords": [
    "stormstreaming",
    "web",
    "video",
    "player",
    "library",
    "react",
    "low-latency",
    "live-streaming"
  ],
  "bugs": {
    "url": "https://github.com/StormStreaming/player-react/issues"
  },
  "scripts": {
    "clear": "rm -rf dist",
    "typecheck": "tsc --noEmit --emitDeclarationOnly false",
    "lint": "npm eslint ./src",
    "test": "jest",
    "test:watch": "jest --watchAll",
    "code-check": "npm run typecheck && npm run test && npm lint",
    "pre-:dev": "npm run clear && cp ./src/index.dev.tsx ./src/index.tsx",
    "pre-:prod": "npm run clear && cp ./src/index.prod.ts ./src/index.tsx",
    "dev": "npm run pre-:dev && cross-env NODE_ENV=development rollup -c -w",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build",
    "compile:ts": "cross-env NODE_ENV=production rollup -c rollup.config.js",
    "compile:types": "tsc -p tsconfig.json",
    "compile": "npm-run-all -p --print-label compile:ts compile:types",
    "build": "npm run pre-:prod && npm run compile"
  },
  "dependencies": {
    "@stormstreaming/player-ui": "^1.0.0-rc.0"
  },
  "peerDependencies": {
    "react": ">=17.0.2",
    "react-dom": ">=17.0.2"
  },
  "devDependencies": {
    "@babel/core": "^7.22.9",
    "@babel/eslint-parser": "^7.22.9",
    "@babel/plugin-syntax-import-meta": "^7.10.4",
    "@babel/plugin-transform-react-jsx": "^7.14.9",
    "@babel/plugin-transform-runtime": "^7.15.0",
    "@babel/preset-env": "^7.22.9",
    "@babel/preset-react": "^7.22.5",
    "@babel/preset-typescript": "^7.22.5",
    "@babel/runtime": "^7.15.3",
    "@babel/runtime-corejs3": "^7.22.6",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-commonjs": "^25.0.3",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.1.0",
    "@rollup/plugin-replace": "^5.0.2",
    "@rollup/plugin-terser": "^0.4.3",
    "@rollup/plugin-typescript": "^11.1.2",
    "@rollup/plugin-url": "^8.0.1",
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^12.0.0",
    "@testing-library/react-hooks": "^7.0.1",
    "@trivago/prettier-plugin-sort-imports": "^2.0.4",
    "@types/react": "^17.0.18",
    "@types/react-dom": "^17.0.9",
    "@typescript-eslint/parser": "^6.1.0",
    "babel-plugin-root-import": "^6.6.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.45.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-config-react-app": "^7.0.1",
    "eslint-plugin-flowtype": "^8.0.3",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "npm-run-all": "^4.1.5",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "rollup": "^2.56.2",
    "rollup-plugin-import-css": "^3.0.2",
    "rollup-plugin-livereload": "^2.0.5",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-serve": "^1.1.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-url": "^3.0.1",
    "serve": "^14.2.0",
    "ts-jest": "^29.1.1",
    "tsconfig-paths": "^3.11.0",
    "typescript": "^4.3.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "browserslist": "> 0.25%, not dead"
}
