UNPKG

xcraft-core-log

Version:
48 lines (47 loc) 1.07 kB
{ "name": "xcraft-core-log", "version": "2.1.5", "description": "Xcraft logger", "main": "lib/index.js", "engines": { "node": ">=14" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "xcraft", "logs" ], "repository": { "type": "git", "url": "git+https://github.com/Xcraft-Inc/xcraft-core-log.git" }, "config": { "xcraft": { "commands": true } }, "author": "Mathieu Schroeter", "license": "MIT", "dependencies": { "as-table": "^1.0.55", "picocolors": "^1.1.1", "xcraft-core-etc": "^3.0.0" }, "bugs": { "url": "https://github.com/Xcraft-Inc/xcraft-core-log/issues" }, "homepage": "https://github.com/Xcraft-Inc/xcraft-core-log#readme", "devDependencies": { "prettier": "2.0.4", "xcraft-dev-prettier": "^2.0.0", "xcraft-dev-rules": "^4.4.0" }, "optionalDependencies": { "xcraft-core-buslog": "^1.1.0", "xcraft-core-host": "^3.0.0", "xcraft-core-journal": "^1.0.0" }, "prettier": "xcraft-dev-prettier" }