mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
34 lines
728 B
JSON
34 lines
728 B
JSON
{
|
|
"name": "@uppy/aws-s3-multipart",
|
|
"description": "Upload to Amazon S3 with Uppy and S3's Multipart upload strategy",
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc --build tsconfig.build.json"
|
|
},
|
|
"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/aws-s3": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|