UNPKG

@rpldy/uploader

Version:

the processing and queuing engine for react-uploady

47 lines (46 loc) 1.16 kB
{ "version": "1.13.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.13.0", "@rpldy/life-events": "1.13.0", "@rpldy/raw-uploader": "1.13.0", "@rpldy/sender": "1.13.0", "@rpldy/shared": "1.13.0", "@rpldy/simple-state": "1.13.0" }, "devDependencies": { "flow-bin": "^0.291.0" }, "publishConfig": { "access": "public" }, "gitHead": "3a965dc55c497d868e8c600a403acc58cfac9150" }