mcode-log
Version:
A stand-alone package of core code for logging and debugging.
38 lines (37 loc) • 948 B
JSON
{
"name": "mcode-log",
"version": "0.6.7",
"description": "A stand-alone package of core code for logging and debugging.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MicroCODEIncorporated/mcode-log.git"
},
"keywords": [
"Console",
"Logging",
"Frontend",
"Backend",
"Events",
"Severity",
"Objects",
"Builder",
"MicroCODE"
],
"author": "Timothy McGuire",
"company": "MicroCODE, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/MicroCODEIncorporated/mcode-log/issues"
},
"homepage": "https://github.com/MicroCODEIncorporated/mcode-log#readme",
"dependencies": {
"mcode-data": "^0.6.0"
},
"devDependencies": {
"jest": "^29.7.0"
}
}