composer.json 717 B

1234567891011121314151617181920
  1. {
  2. "name": "safeutils/safeutils",
  3. "type": "library",
  4. "description": "SafeUtils: Native MacOS, Linux and Windows desktop application with 110+ carefully crafted tools for yours and your teams everyday work with sensitive data in various formats.",
  5. "keywords": ["convert","generate","decode","encode","parse","preview","debug","inspect","json","yaml","csv","toml","xml","time","color"],
  6. "homepage": "https://safeutils.com",
  7. "license": "proprietary",
  8. "authors": [
  9. {
  10. "name": "Wiktor Plaga",
  11. "email": "wiktor.plaga@tzif.io",
  12. "homepage": "https://x.com/viktorplaga",
  13. "role": "Software Engineer"
  14. }
  15. ],
  16. "require": {
  17. "php": ">=8.1"
  18. }
  19. }