easy-config-logger
Version:
easy-config-logger is the logger with easy configuration. It is designed for both readability in development and json output in production.
52 lines (51 loc) • 1.44 kB
JSON
{
"name": "easy-config-logger",
"version": "1.0.5",
"description": "easy-config-logger is the logger with easy configuration. It is designed for both readability in development and json output in production.",
"main": "lib/index",
"types": "lib/index",
"scripts": {
"build": "tsc",
"lint": "tslint -p tsconfig.json 'src/**/*.ts'",
"test": "mocha -r ts-node/register 'src/test.setup.ts' 'src/**/*.spec.ts'",
"release": "npm run lint && npm run test && npm run build && np"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seunggu/easy-config-logger.git"
},
"keywords": [
"logger",
"log",
"easy",
"json",
"winston"
],
"author": "seunggu <imaster0209@naver.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/seunggu/easy-config-logger/issues"
},
"homepage": "https://github.com/seunggu/easy-config-logger#readme",
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/mocha": "^5.0.0",
"@types/node": "^9.6.2",
"@types/sinon": "^4.3.1",
"@types/std-mocks": "^1.0.0",
"@types/winston": "^2.3.9",
"chai": "^4.1.2",
"mocha": "^5.0.5",
"nodemon": "^1.17.3",
"np": "^2.20.1",
"sinon": "^4.5.0",
"std-mocks": "^1.0.1",
"ts-node": "^5.0.1",
"tslint": "^5.9.1",
"tslint-microsoft-contrib": "^5.0.3",
"typescript": "^2.8.1"
},
"dependencies": {
"winston": "^2.4.1"
}
}