xcraft-core-log
Version:
54 lines (53 loc) • 1.25 kB
JSON
{
"name": "xcraft-core-log",
"version": "2.2.1",
"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": "Epsitec SA",
"contributors": [
"Mathieu Schroeter <schroeter@epsitec.ch>",
"Samuel Loup <loup@epsitec.ch>",
"Gillian Fries <fries@epsitec.ch>",
"Catia Guidi <guidi@epsitec.ch>"
],
"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"
}