UNPKG

logging-pretty

Version:

Logging your message with pretty color with node.js

50 lines (49 loc) 1.21 kB
{ "name": "logging-pretty", "version": "3.0.0", "description": "Logging your message with pretty color with node.js", "scripts": { "test-js": "node test/test.js", "test-ts": "bun test/test.ts", "build": "tsup", "publish:package": "npm run build && npm publish" }, "homepage": "https://github.com/damartripamungkas/logging-pretty", "repository": { "type": "git", "url": "https://github.com/damartripamungkas/logging-pretty.git" }, "keywords": [ "console.log", "logger", "chalk", "logging-color", "node-console", "logging-pretty", "logger-pretty", "log-pretty", "log-beautiful", "backend", "frontend", "nodejs" ], "main": "./dist/src/index.js", "module": "./dist/src/index.mjs", "types": "./dist/src/index.d.ts", "files": [ "dist" ], "author": "damartripamungkas", "license": "MIT", "dependencies": { "chalk": "^4.1.2", "dayjs": "^1.11.7" }, "devDependencies": { "@types/node": "^20.14.10", "@typescript-eslint/eslint-plugin": "^7.16.0", "@typescript-eslint/parser": "^7.16.0", "eslint": "^9.7.0", "tsup": "^8.1.0" } }