package.json 344 B

12345678910111213141516171819
  1. {
  2. "name":"ansis",
  3. "version":"4.1.0",
  4. "description":"ANSI color lib",
  5. "keywords":["ansi","colors","cli"],
  6. "license":"ISC",
  7. "author":"webdiscus",
  8. "repository":"webdiscus/ansis",
  9. "type":"module",
  10. "exports":{
  11. ".":{
  12. "types":"./index.d.ts",
  13. "require":"./index.cjs",
  14. "import":"./index.mjs"
  15. }
  16. },
  17. "sideEffects":false,
  18. "engines":{"node":">=14"}
  19. }