19 lines
344 B
JSON
19 lines
344 B
JSON
{
|
|
"name":"ansis",
|
|
"version":"4.1.0",
|
|
"description":"ANSI color lib",
|
|
"keywords":["ansi","colors","cli"],
|
|
"license":"ISC",
|
|
"author":"webdiscus",
|
|
"repository":"webdiscus/ansis",
|
|
"type":"module",
|
|
"exports":{
|
|
".":{
|
|
"types":"./index.d.ts",
|
|
"require":"./index.cjs",
|
|
"import":"./index.mjs"
|
|
}
|
|
},
|
|
"sideEffects":false,
|
|
"engines":{"node":">=14"}
|
|
} |