diff --git a/package.json b/package.json index 9f708b4..e03c1a4 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "rlog-js", - "version": "0.1.0", - "description": "nodejs的log输出优化模块,支持有色输出、时间嵌入、日志流式写入等", + "version": "1.0.0", + "description": "A module for optimizing log output in node.js, supporting colored output, embedded timestamp, log streaming writing, type coloring, keyword coloring, and so on.", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "node ./test.js" }, "repository": { "type": "git", @@ -13,7 +13,9 @@ "keywords": [ "log", "output", - "logtail" + "logtail", + "beautify", + "Coloring" ], "author": "RavelloH", "license": "MIT",