update tsconfig

This commit is contained in:
2024-04-14 13:34:25 +02:00
parent 9c690bce64
commit d443a51c97
4 changed files with 108 additions and 38 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/consolecolor",
"version": "2.0.2",
"private": false,
"description": "colors for beautylog",
"description": "A module for applying color styles to console output.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
@@ -15,10 +15,15 @@
"url": "git+https://gitlab.com/push.rocks/consolecolor.git"
},
"keywords": [
"color",
"terminal",
"beautylog",
"push.rocks"
"console log styling",
"ANSI colors",
"terminal colors",
"command line utilities",
"node.js",
"typescript",
"text formatting",
"log enhancement",
"development tools"
],
"author": "Lossless GmbH",
"license": "MIT",
@@ -52,4 +57,4 @@
"npmextra.json",
"readme.md"
]
}
}