UNPKG

@rpldy/raw-uploader

Version:

placeholder package for now

43 lines (42 loc) 1.01 kB
{ "version": "1.10.0", "name": "@rpldy/raw-uploader", "description": "placeholder package for now", "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/raw-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/life-events": "^1.10.0", "@rpldy/shared": "^1.10.0" }, "devDependencies": { "flow-bin": "^0.256.0" }, "publishConfig": { "access": "public" }, "gitHead": "a473ac607d9e828553511a68b7511189a2e7529d" }