c666dc8a65d697c45bdd6602850b5ed68305c1ecb40e0f6ea899f1c7f2fb6843c1203987ada612eee3c18d2c8b9622c18db2ad1885d2ee00ae1c98914f9141 516 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "picocolors",
  3. "version": "0.2.1",
  4. "main": "./picocolors.js",
  5. "types": "./picocolors.d.ts",
  6. "browser": {
  7. "./picocolors.js": "./picocolors.browser.js"
  8. },
  9. "sideEffects": false,
  10. "description": "The tiniest and the fastest coloring library ever",
  11. "files": [
  12. "picocolors.*",
  13. "types.ts"
  14. ],
  15. "keywords": [
  16. "terminal",
  17. "colors",
  18. "formatting",
  19. "cli",
  20. "console"
  21. ],
  22. "author": "Alexey Raspopov",
  23. "repository": "alexeyraspopov/picocolors",
  24. "license": "ISC"
  25. }