@triviality/logger
Version:
Typescript loggers with an interface that support composition
50 lines (49 loc) • 1.34 kB
JSON
{
"name": "@triviality/logger",
"private": false,
"version": "1.1.6",
"description": "Typescript loggers with an interface that support composition",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"prepublish": "yarn build",
"build": "tsc",
"watch": "tsc --watch",
"test": "npm-run-all clean-build build lint unit-test copy-past-detection",
"clean-build": "git clean -fdx --exclude node_modules",
"lint": "tslint --project ./",
"lint-fix": "tslint --project ./ --fix",
"security-audit": "yarn audit",
"create-readme": "ts-node ../../scripts/build_readme.ts",
"unit-test": "jest",
"unit-test-update": "jest -u",
"copy-past-detection": "jscpd"
},
"repository": {
"type": "git",
"url": "https://github.com/triviality-js/triviality.git"
},
"keywords": [
"typescript",
"logger",
"triviality",
"ts-log",
"log4js",
"node-bunyan"
],
"author": "Eric Pinxteren",
"license": "MIT",
"bugs": {
"url": "https://github.com/triviality-js/triviality/issues"
},
"homepage": "https://github.com/triviality-js/triviality#README",
"dependencies": {
"@triviality/core": "^1.2.5",
"moment": "2",
"ts-log": "2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "97d9983713386fec01811c121367074e8d38475b"
}