package.json 856 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@uppy/aws-s3",
  3. "description": "Upload to Amazon S3 with Uppy",
  4. "version": "4.1.3",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "type": "module",
  8. "keywords": [
  9. "file uploader",
  10. "aws s3",
  11. "amazon s3",
  12. "s3",
  13. "uppy",
  14. "uppy-plugin",
  15. "multipart"
  16. ],
  17. "homepage": "https://uppy.io",
  18. "bugs": {
  19. "url": "https://github.com/transloadit/uppy/issues"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "git+https://github.com/transloadit/uppy.git"
  24. },
  25. "dependencies": {
  26. "@uppy/companion-client": "workspace:^",
  27. "@uppy/utils": "workspace:^"
  28. },
  29. "devDependencies": {
  30. "@aws-sdk/client-s3": "^3.362.0",
  31. "@aws-sdk/s3-request-presigner": "^3.362.0",
  32. "nock": "^13.1.0",
  33. "vitest": "^1.2.1",
  34. "whatwg-fetch": "3.6.2"
  35. },
  36. "peerDependencies": {
  37. "@uppy/core": "workspace:^"
  38. }
  39. }