You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
344 B
19 lines
344 B
{
|
|
"name":"ansis",
|
|
"version":"4.2.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"}
|
|
}
|