json-console-logger
Version:
Super light-weight stand-in replacement for console logging to only output JSON
39 lines (38 loc) • 927 B
JSON
{
"name": "json-console-logger",
"version": "1.7.2",
"description": "Super light-weight stand-in replacement for console logging to only output JSON",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sealninja/json-console-logger.git"
},
"files": [
"index.js"
],
"keywords": [
"javascript",
"console",
"logging",
"json"
],
"author": "Sealninja",
"license": "MIT",
"bugs": {
"url": "https://github.com/sealninja/json-console-logger/issues"
},
"homepage": "https://github.com/sealninja/json-console-logger",
"devDependencies": {
"@dr.pogodin/eslint-configs": "0.1.2",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
"jest": "30.2.0",
"prettier": "3.7.4"
},
"packageManager": "yarn@4.12.0"
}