package.json 735 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "@uppy/facebook",
  3. "description": "Import files from Facebook, into Uppy.",
  4. "version": "3.1.2",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "type": "module",
  8. "types": "types/index.d.ts",
  9. "keywords": [
  10. "file uploader",
  11. "uppy",
  12. "uppy-plugin",
  13. "facebook"
  14. ],
  15. "homepage": "https://uppy.io",
  16. "bugs": {
  17. "url": "https://github.com/transloadit/uppy/issues"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "git+https://github.com/transloadit/uppy.git"
  22. },
  23. "dependencies": {
  24. "@uppy/companion-client": "workspace:^",
  25. "@uppy/provider-views": "workspace:^",
  26. "@uppy/utils": "workspace:^",
  27. "preact": "^10.5.13"
  28. },
  29. "peerDependencies": {
  30. "@uppy/core": "workspace:^"
  31. }
  32. }