UNPKG

@onesy/log

Version:

Log utils, very readable and clean logs

47 lines 947 B
{ "name": "@onesy/log", "version": "1.0.3", "description": "Log utils, very readable and clean logs", "repository": "https://github.com/onesy-me/log.git", "author": "Lazar Erić <lazareric1@proton.me>", "license": "MIT", "private": false, "main": "./index.js", "keywords": [ "log", "logs", "logging", "console", "web", "browser", "javascript", "js", "typescript", "frontend", "front-end", "backend", "back-end", "node", "nodejs", "library", "onesy", "utils" ], "dependencies": { "@babel/runtime": "^7.18.3", "@onesy/date": "^1.0.2", "@onesy/subscription": "^1.0.0", "@onesy/utils": "^1.0.7" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "sideEffects": false, "engines": { "node": ">=12.0.0", "yarn": ">=1.22" }, "module": "./esm/index.js", "types": "./index.d.ts" }