Files
term-color-render/package.json

13 lines
312 B
JSON

{
"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"
}
}