package.json 736 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "@uppy/facebook",
  3. "description": "Import files from Facebook, into Uppy.",
  4. "version": "2.0.4",
  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. "facebook"
  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/companion-client": "file:../companion-client",
  24. "@uppy/provider-views": "file:../provider-views",
  25. "@uppy/utils": "file:../utils",
  26. "preact": "^10.5.13"
  27. },
  28. "peerDependencies": {
  29. "@uppy/core": "^2.0.0"
  30. }
  31. }