@uppy/aws-s3-multipart
Version:
Upload to Amazon S3 with Uppy and S3's Multipart upload strategy
38 lines • 837 B
JSON
{
"name": "@uppy/aws-s3-multipart",
"description": "Upload to Amazon S3 with Uppy and S3's Multipart upload strategy",
"version": "3.1.2",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
"types": "types/index.d.ts",
"keywords": [
"file uploader",
"aws s3",
"amazon s3",
"s3",
"uppy",
"uppy-plugin",
"multipart"
],
"homepage": "https://uppy.io",
"bugs": {
"url": "https://github.com/transloadit/uppy/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/transloadit/uppy.git"
},
"dependencies": {
"@uppy/companion-client": "^3.1.1",
"@uppy/utils": "^5.1.2"
},
"devDependencies": {
"@jest/globals": "^29.0.0",
"nock": "^13.1.0",
"whatwg-fetch": "3.6.2"
},
"peerDependencies": {
"@uppy/core": "^3.0.5"
}
}