package.json 615 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@uppy/form",
  3. "description": "Connect Uppy to an existing HTML <form>.",
  4. "version": "4.0.2",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "type": "module",
  8. "keywords": [
  9. "file uploader",
  10. "uppy",
  11. "uppy-plugin",
  12. "form"
  13. ],
  14. "homepage": "https://uppy.io",
  15. "bugs": {
  16. "url": "https://github.com/transloadit/uppy/issues"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git+https://github.com/transloadit/uppy.git"
  21. },
  22. "dependencies": {
  23. "@uppy/utils": "workspace:^",
  24. "get-form-data": "^3.0.0"
  25. },
  26. "peerDependencies": {
  27. "@uppy/core": "workspace:^"
  28. }
  29. }