2026-02-06 00:18:06 +08:00
parent b82b2675de
commit a8377f0994
5 changed files with 292 additions and 1 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "@hatterjiang/term-color-render",
"version": "1.0.0",
"description": "Render color for term use syntax like [red]text[/red]",
"license": "MIT",
"author": "hatterjiang",
"type": "commonjs",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}