mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "@uppy/aws-s3",
|
|
"description": "Upload to Amazon S3 with Uppy",
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "tsc --build tsconfig.build.json",
|
|
"typecheck": "tsc --build",
|
|
"test": "vitest run --environment=jsdom --silent='passed-only'"
|
|
},
|
|
"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"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"lib",
|
|
"dist",
|
|
"CHANGELOG.md"
|
|
],
|
|
"exports": {
|
|
".": "./lib/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"devDependencies": {
|
|
"@aws-sdk/client-s3": "^3.362.0",
|
|
"@aws-sdk/client-sts": "^3.362.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.362.0",
|
|
"@types/node": "^20.19.0",
|
|
"@uppy/core": "workspace:^",
|
|
"@vitest/browser-playwright": "^4.1.6",
|
|
"jsdom": "^26.1.0",
|
|
"nock": "^13.1.0",
|
|
"playwright": "1.60.0",
|
|
"typescript": "^5.8.3",
|
|
"vitest": "^4.1.6",
|
|
"whatwg-fetch": "3.6.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "workspace:^"
|
|
}
|
|
}
|