package.json 468 B

1234567891011121314151617181920212223
  1. {
  2. "name": "@uppy/locales",
  3. "description": "Uppy language packs",
  4. "version": "4.4.0",
  5. "license": "MIT",
  6. "type": "module",
  7. "keywords": [
  8. "uppy",
  9. "uppy-plugin",
  10. "language packs"
  11. ],
  12. "homepage": "https://uppy.io",
  13. "bugs": {
  14. "url": "https://github.com/transloadit/uppy/issues"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git+https://github.com/transloadit/uppy.git"
  19. },
  20. "dependencies": {
  21. "@uppy/utils": "workspace:^"
  22. }
  23. }