package.json 817 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "@uppy/url",
  3. "description": "The Url plugin lets users import files from the Internet. Paste any URL and it’ll be added!",
  4. "version": "3.3.3",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "style": "dist/style.min.css",
  8. "types": "types/index.d.ts",
  9. "type": "module",
  10. "keywords": [
  11. "file uploader",
  12. "url",
  13. "import from url",
  14. "uppy",
  15. "uppy-plugin"
  16. ],
  17. "homepage": "https://uppy.io",
  18. "bugs": {
  19. "url": "https://github.com/transloadit/uppy/issues"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "git+https://github.com/transloadit/uppy.git"
  24. },
  25. "dependencies": {
  26. "@uppy/companion-client": "workspace:^",
  27. "@uppy/utils": "workspace:^",
  28. "nanoid": "^4.0.0",
  29. "preact": "^10.5.13"
  30. },
  31. "peerDependencies": {
  32. "@uppy/core": "workspace:^"
  33. }
  34. }