@koreanpanda/log-system
Version:
A Custom Logger that can print to the console, however you like, and writes logs for you as well.
31 lines (30 loc) • 805 B
JSON
{
"name": "@koreanpanda/log-system",
"version": "1.10.3",
"description": "A Custom Logger that can print to the console, however you like, and writes logs for you as well.",
"main": "src/Logger.js",
"keywords": [
"logger",
"log-system",
"customizable-console"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koreanpanda345/Log-System.git"
},
"author": "Cody Spratford",
"license": "MIT",
"bugs": {
"url": "https://github.com/koreanpanda345/Log-System/issues"
},
"homepage": "https://github.com/koreanpanda345/Log-System#readme",
"dependencies": {
"chalk": "^4.1.0",
"cli-table": "^0.3.1",
"moment": "^2.29.0",
"moment-format": "^1.2.8"
}
}