{
  "version": "1.13.0",
  "name": "@rpldy/shared",
  "description": "internal set of utils+types 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/shared"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/react-uploady"
  },
  "scripts": {
    "build": "node ../../../scripts/build.mjs"
  },
  "devDependencies": {
    "flow-bin": "^0.291.0"
  },
  "dependencies": {
    "invariant": "^2.2.4",
    "just-throttle": "^4.2.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3a965dc55c497d868e8c600a403acc58cfac9150"
}
