package.json 831 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "@uppy/aws-s3",
  3. "description": "Upload to Amazon S3 with Uppy",
  4. "version": "3.0.4",
  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/companion-client": "workspace:^",
  27. "@uppy/utils": "workspace:^",
  28. "@uppy/xhr-upload": "workspace:^",
  29. "nanoid": "^4.0.0"
  30. },
  31. "devDependencies": {
  32. "@jest/globals": "^29.0.0",
  33. "whatwg-fetch": "3.6.2"
  34. },
  35. "peerDependencies": {
  36. "@uppy/core": "workspace:^"
  37. }
  38. }