X-Git-Url: http://git.squeep.com/?p=squeep-logger-json-console;a=blobdiff_plain;f=package.json;h=05b6981820e286986465abf81eefa20da1388de0;hp=87af158a400827cc69ef9c101df0d0fe7c053b9a;hb=5f6029bc6c75708175ade99f6c44beb1d0e2817a;hpb=9df1ebe7b067a00a012b1deb303278e51a711e37 diff --git a/package.json b/package.json index 87af158..05b6981 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "engines": { "node": ">=14" }, - "description": "A simple logger which spews JSON to stdout; intended for use in Squeep Framework Applications.", + "description": "A simple logger which spews formatted data and metadata as JSON to stdout; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { - "coverage": "nyc npm test", + "coverage": "nyc --clean npm test", "coverage-check": "nyc check-coverage", "eslint": "eslint *.js lib", "test": "mocha --recursive" @@ -18,7 +18,8 @@ }, "keywords": [ "json", - "log" + "log", + "structured logging" ], "author": "Justin Wind ", "license": "ISC",