update tsconfig
This commit is contained in:
17
package.json
17
package.json
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user