package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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": "3.2.1",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "types": "types/index.d.ts",
  8. "type": "module",
  9. "keywords": [
  10. "file uploader",
  11. "transloadit",
  12. "file encoding",
  13. "encoding",
  14. "file processing",
  15. "video encoding",
  16. "crop",
  17. "resize",
  18. "watermark",
  19. "uppy",
  20. "uppy-plugin"
  21. ],
  22. "homepage": "https://uppy.io",
  23. "bugs": {
  24. "url": "https://github.com/transloadit/uppy/issues"
  25. },
  26. "repository": {
  27. "type": "git",
  28. "url": "git+https://github.com/transloadit/uppy.git"
  29. },
  30. "dependencies": {
  31. "@uppy/companion-client": "workspace:^",
  32. "@uppy/provider-views": "workspace:^",
  33. "@uppy/tus": "workspace:^",
  34. "@uppy/utils": "workspace:^",
  35. "component-emitter": "^1.2.1",
  36. "socket.io-client": "^4.1.3"
  37. },
  38. "peerDependencies": {
  39. "@uppy/core": "workspace:^"
  40. },
  41. "devDependencies": {
  42. "@jest/globals": "^29.0.0",
  43. "whatwg-fetch": "^3.6.2"
  44. }
  45. }