{
  "name": "@mux/mux-uploader-react",
  "version": "1.5.0",
  "description": "An uploader element for React that handles Mux Direct Uploads and a visual progress bar for you",
  "keywords": [
    "video",
    "mux",
    "uploader",
    "gcs",
    "chunked-upload",
    "react",
    "upchunk"
  ],
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.mjs",
  "typesVersions": {
    "<4.3.5": {
      ".": [
        "./dist/types-ts3.4/index.d.ts"
      ]
    },
    "*": {
      ".": [
        "./dist/types/index.d.ts"
      ]
    }
  },
  "exports": {
    ".": {
      "types@<4.3.5": "./dist/types-ts3.4/index.d.ts",
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs.js",
      "default": "./dist/index.cjs.js"
    }
  },
  "types": "./dist/types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/muxinc/elements.git",
    "directory": "packages/mux-uploader-react"
  },
  "author": "Mux, Inc.",
  "license": "MIT",
  "scripts": {
    "clean": "shx rm -rf dist/",
    "dev:cjs": "npm run build:cjs -- --watch=forever",
    "dev:esm": "npm run build:esm -- --watch=forever",
    "dev:types": "npm run build:types -- -w",
    "dev": "npm-run-all --parallel dev:types dev:cjs dev:esm",
    "build:cjs": "esbuild src/index.tsx --target=es2019 --minify --bundle --sourcemap --metafile=./dist/cjs.json --format=cjs --loader:.css=text --outdir=dist --out-extension:.js=.cjs.js --external:react --external:prop-types",
    "build:esm": "esbuild src/index.tsx --target=es2019 --minify --bundle --sourcemap --metafile=./dist/esm.json --format=esm --loader:.css=text --outdir=dist --out-extension:.js=.mjs --external:react --external:prop-types",
    "build:types": "tsc",
    "postbuild:types": "downlevel-dts ./dist/types ./dist/types-ts3.4",
    "build": "npm-run-all --parallel 'build:cjs -- --minify' 'build:esm -- --minify'"
  },
  "peerDependencies": {
    "@types/react": "^17.0.0 || ^17.0.0-0 || ^18 || ^18.0.0-0 || ^19 || ^19.0.0-0",
    "react": "^17.0.2 || ^17.0.0-0 || ^18 || ^18.0.0-0 || ^19 || ^19.0.0-0",
    "react-dom": "^17.0.2 || ^17.0.2-0 || ^18 || ^18.0.0-0 || ^19 || ^19.0.0-0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    },
    "@types/react-dom": {
      "optional": true
    }
  },
  "dependencies": {
    "@mux/mux-uploader": "1.5.0",
    "prop-types": "^15.8.1"
  },
  "devDependencies": {
    "@types/prop-types": "^15.7.14",
    "@types/react": "^18.2.79",
    "@types/react-dom": "^18.2.25",
    "downlevel-dts": "^0.11.0",
    "esbuild": "^0.25.1",
    "npm-run-all": "^4.1.5",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "shx": "^0.4.0",
    "typescript": "^5.8.2"
  }
}
