package.json 765 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "@viktorplaga/safeutils",
  3. "version": "0.0.1",
  4. "description": "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. "main": "index.js",
  6. "homepage": "https://safeutils.com",
  7. "bugs": {
  8. "url": "https://safeutils.com",
  9. "email": "support@safeutils.com"
  10. },
  11. "repository": "https://github.com/safe-utils/safeutils",
  12. "scripts": {
  13. "test": "echo \"Error: no test specified\" && exit 1"
  14. },
  15. "author": {
  16. "name": "Wiktor Plaga",
  17. "email": "wiktor.plaga@tzif.io",
  18. "url": "https://x.com/viktorplaga"
  19. },
  20. "license": "MIT",
  21. "funding": {
  22. "type": "individual",
  23. "url": "http://safeutils.com/pricing"
  24. }
  25. }