package.json 852 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "@uppy/aws-s3",
  3. "description": "Upload to Amazon S3 with Uppy",
  4. "version": "1.7.10",
  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": "file:../companion-client",
  26. "@uppy/utils": "file:../utils",
  27. "@uppy/xhr-upload": "file:../xhr-upload",
  28. "cuid": "^2.1.1",
  29. "qs-stringify": "^1.1.0",
  30. "url-parse": "^1.4.7"
  31. },
  32. "devDependencies": {
  33. "whatwg-fetch": "3.6.2"
  34. },
  35. "peerDependencies": {
  36. "@uppy/core": "^1.0.0"
  37. }
  38. }