package.json 764 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "@uppy/thumbnail-generator",
  3. "description": "Uppy plugin that generates small previews of images to show on your upload UI.",
  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. "uppy",
  11. "uppy-plugin",
  12. "thumbnail",
  13. "preview",
  14. "resize"
  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/utils": "file:../utils",
  26. "exifr": "^6.0.0"
  27. },
  28. "devDependencies": {
  29. "namespace-emitter": "2.0.1"
  30. },
  31. "peerDependencies": {
  32. "@uppy/core": "^1.0.0"
  33. }
  34. }