{
  "version": "1.13.0",
  "name": "@rpldy/uploady",
  "description": "wrapper&context component to expose and provide react-uploady functionality",
  "author": "yoav niran (https://github.com/yoavniran)",
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "main:dev": "src/index.js",
  "types": "types/index.d.ts",
  "license": "MIT",
  "homepage": "https://react-uploady.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/rpldy/react-uploady.git",
    "directory": "packages/ui/uploady"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/react-uploady"
  },
  "keywords": [
    "file",
    "upload",
    "file upload",
    "react",
    "hooks",
    "resumable",
    "library"
  ],
  "scripts": {
    "build": "node ../../../scripts/build.mjs"
  },
  "dependencies": {
    "@rpldy/life-events": "1.13.0",
    "@rpldy/shared": "1.13.0",
    "@rpldy/shared-ui": "1.13.0",
    "@rpldy/uploader": "1.13.0"
  },
  "peerDependencies": {
    "react": ">=16.8",
    "react-dom": ">=16.8"
  },
  "devDependencies": {
    "@testing-library/react": "^16",
    "flow-bin": "^0.291.0",
    "react": "^19.2.0",
    "react-dom": "^19.2.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3a965dc55c497d868e8c600a403acc58cfac9150"
}
