package.json 876 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@uppy/aws-s3",
  3. "description": "Upload to Amazon S3 with Uppy",
  4. "version": "3.2.2",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "type": "module",
  8. "types": "types/index.d.ts",
  9. "keywords": [
  10. "file uploader",
  11. "aws s3",
  12. "amazon s3",
  13. "s3",
  14. "uppy",
  15. "uppy-plugin"
  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/aws-s3-multipart": "workspace:^",
  27. "@uppy/companion-client": "workspace:^",
  28. "@uppy/utils": "workspace:^",
  29. "@uppy/xhr-upload": "workspace:^",
  30. "nanoid": "^4.0.0"
  31. },
  32. "devDependencies": {
  33. "@jest/globals": "^29.0.0",
  34. "whatwg-fetch": "3.6.2"
  35. },
  36. "peerDependencies": {
  37. "@uppy/core": "workspace:^"
  38. }
  39. }