UNPKG

simplest-fancy-logger

Version:

A lightweight and easy-to-use logging library for Node.js applications

56 lines (55 loc) 1.38 kB
{ "name": "simplest-fancy-logger", "version": "1.0.7", "description": "A lightweight and easy-to-use logging library for Node.js applications", "main": "dist/cjs/simplelogger.js", "module": "dist/esm/simplelogger.js", "types": "dist/cjs/simplelogger.d.ts", "type": "module", "scripts": { "test": "jest", "build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json", "clean": "tsc --build --clean" }, "keywords": [ "simple-logger", "logging", "nodejs-logging", "log-management", "file-rotation", "log-rotation", "debug", "error-logging", "warn-logs", "info-logging", "debug-logging", "console-log", "log-file", "lightweight-logger", "easy-logging", "log-format", "timestamp-logging", "severity-levels", "nodejs" ], "author": "ineiw <azang0506@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ineiw/simple-logger.git" }, "devDependencies": { "@babel/preset-typescript": "^7.24.1", "@types/jest": "^29.5.12", "jest": "^29.7.0", "semver": "^7.6.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2" }, "dependencies": { "@babel/preset-env": "^7.24.4", "babel-jest": "^29.7.0", "chalk": "^4.1.2", "typescript": "^5.4.5" } }