UNPKG

chhlat-logger

Version:

Lightweight, modern logging for the console

24 lines (23 loc) 449 B
{ "name": "chhlat-logger", "version": "1.0.5", "description": "Lightweight, modern logging for the console", "main": "src/index.js", "types": "index.d.ts", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "exports": { ".": "./src/index.js" }, "author": "seanglay", "keywords": [ "logger", "logging", "console", "minimal", "no-deps" ], "license": "ISC" }