{
  "name": "@uppy/aws-s3",
  "description": "Upload to Amazon S3 with Uppy",
  "version": "3.6.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"
  ],
  "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-multipart": "^3.10.2",
    "@uppy/companion-client": "^3.7.2",
    "@uppy/utils": "^5.7.2",
    "@uppy/xhr-upload": "^3.6.2",
    "nanoid": "^4.0.0"
  },
  "devDependencies": {
    "vitest": "^1.2.1",
    "whatwg-fetch": "3.6.2"
  },
  "peerDependencies": {
    "@uppy/core": "^3.9.1"
  }
}