package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "@uppy/transloadit",
  3. "description": "The Transloadit plugin can be used to upload files to Transloadit for all kinds of processing, such as transcoding video, resizing images, zipping/unzipping, and more",
  4. "version": "4.1.4",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "type": "module",
  8. "keywords": [
  9. "file uploader",
  10. "transloadit",
  11. "file encoding",
  12. "encoding",
  13. "file processing",
  14. "video encoding",
  15. "crop",
  16. "resize",
  17. "watermark",
  18. "uppy",
  19. "uppy-plugin"
  20. ],
  21. "homepage": "https://uppy.io",
  22. "bugs": {
  23. "url": "https://github.com/transloadit/uppy/issues"
  24. },
  25. "repository": {
  26. "type": "git",
  27. "url": "git+https://github.com/transloadit/uppy.git"
  28. },
  29. "dependencies": {
  30. "@uppy/companion-client": "workspace:^",
  31. "@uppy/provider-views": "workspace:^",
  32. "@uppy/tus": "workspace:^",
  33. "@uppy/utils": "workspace:^",
  34. "component-emitter": "^2.0.0"
  35. },
  36. "peerDependencies": {
  37. "@uppy/core": "workspace:^"
  38. },
  39. "devDependencies": {
  40. "vitest": "^1.2.1",
  41. "whatwg-fetch": "^3.6.2"
  42. }
  43. }