package.json 765 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "@uppy/aws-s3",
  3. "description": "Upload to Amazon S3 with Uppy",
  4. "version": "0.30.4",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "types": "types/index.d.ts",
  8. "keywords": [
  9. "file uploader",
  10. "aws s3",
  11. "amazon s3",
  12. "s3",
  13. "uppy",
  14. "uppy-plugin"
  15. ],
  16. "homepage": "https://uppy.io",
  17. "bugs": {
  18. "url": "https://github.com/transloadit/uppy/issues"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "git+https://github.com/transloadit/uppy.git"
  23. },
  24. "dependencies": {
  25. "@uppy/companion-client": "0.28.4",
  26. "@uppy/utils": "0.30.4",
  27. "@uppy/xhr-upload": "0.30.4",
  28. "resolve-url": "^0.2.1"
  29. },
  30. "devDependencies": {
  31. "@uppy/core": "0.30.4"
  32. },
  33. "peerDependencies": {
  34. "@uppy/core": "^0.30.0"
  35. }
  36. }