package.json 821 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": "4.0.0-beta.3",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "style": "dist/style.min.css",
  8. "type": "module",
  9. "keywords": [
  10. "file uploader",
  11. "url",
  12. "import from url",
  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": "workspace:^",
  26. "@uppy/utils": "workspace:^",
  27. "nanoid": "^5.0.0",
  28. "preact": "^10.5.13"
  29. },
  30. "peerDependencies": {
  31. "@uppy/core": "workspace:^"
  32. },
  33. "stableVersion": "3.6.0"
  34. }