package.json 780 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "@uppy/screen-capture",
  3. "description": "Uppy plugin that captures video from display or application.",
  4. "version": "4.1.2",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "style": "dist/style.min.css",
  8. "type": "module",
  9. "keywords": [
  10. "file uploader",
  11. "uppy",
  12. "uppy-plugin",
  13. "screen capture",
  14. "video",
  15. "record",
  16. "mediarecorder"
  17. ],
  18. "homepage": "https://uppy.io",
  19. "bugs": {
  20. "url": "https://github.com/transloadit/uppy/issues"
  21. },
  22. "repository": {
  23. "type": "git",
  24. "url": "git+https://github.com/transloadit/uppy.git"
  25. },
  26. "dependencies": {
  27. "@uppy/utils": "workspace:^",
  28. "preact": "^10.5.13"
  29. },
  30. "peerDependencies": {
  31. "@uppy/core": "workspace:^"
  32. },
  33. "publishConfig": {
  34. "access": "public"
  35. }
  36. }