pretty-js-log
Version:
A light logging package for Node.js and Bun applications. Features file logging and beautiful console output.
43 lines (42 loc) • 973 B
JSON
{
"name": "pretty-js-log",
"version": "1.1.3",
"description": "A light logging package for Node.js and Bun applications. Features file logging and beautiful console output.",
"main": "index.js",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/belguinan/pretty-js-log.git"
},
"files": [
"index.js",
"src/log.js"
],
"sideEffects": false,
"keywords": [
"logging",
"logger",
"bun",
"nodejs",
"pretty",
"beautiful",
"terminal",
"console",
"colors",
"debug",
"colorful",
"log-rotation",
"development"
],
"author": "Belguinan Noureddine <nor15dine@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/belguinan/pretty-js-log/issues"
},
"homepage": "https://github.com/belguinan/pretty-js-log#readme",
"devDependencies": {
"jest": "^29.7.0"
}
}