{
  "version": "1.11.0",
  "name": "@rpldy/uploader",
  "description": "the processing and queuing engine for react-uploady",
  "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/uploader"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/react-uploady"
  },
  "keywords": [
    "file",
    "upload",
    "file upload",
    "react",
    "hooks"
  ],
  "scripts": {
    "build": "node ../../../scripts/build.mjs"
  },
  "dependencies": {
    "@rpldy/abort": "1.11.0",
    "@rpldy/life-events": "1.11.0",
    "@rpldy/raw-uploader": "1.11.0",
    "@rpldy/sender": "1.11.0",
    "@rpldy/shared": "1.11.0",
    "@rpldy/simple-state": "1.11.0"
  },
  "devDependencies": {
    "flow-bin": "^0.274.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "052de031684b530ceaf5b1b78797936df9629d41"
}
