@vizydrop/logger
Version:
Vizydrop predefined logger based on winston v3
64 lines (63 loc) • 1.73 kB
JSON
{
"name": "@vizydrop/logger",
"version": "1.10.2",
"description": "Vizydrop predefined logger based on winston v3",
"main": "index.js",
"scripts": {
"lint": "eslint --quiet .",
"test": "jest",
"run-publish": "yarn lint && yarn test && npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TargetProcess/vizydrop_logger.git"
},
"keywords": [
"vizydrop",
"logger",
"winston"
],
"author": "Vizydrop Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/TargetProcess/vizydrop_logger/issues"
},
"homepage": "https://github.com/TargetProcess/vizydrop_logger#readme",
"dependencies": {
"fast-safe-stringify": "^2.0.7",
"on-finished": "^2.3.0",
"on-headers": "^1.0.2",
"triple-beam": "^1.3.0",
"winston": "3.9.0"
},
"devDependencies": {
"@vizydrop/eslint-config-vizydrop": "^6.0.9",
"eslint": "^6.8.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-lodash-fp": "^2.2.0-a1",
"eslint-plugin-mocha": "^6.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"express": "^4.17.1",
"got": "11.8.5",
"husky": "^4.2.3",
"jest": "^25.3.0",
"jest-junit": "^12.0.0",
"koa": "^2.11.0",
"koa-router": "^8.0.8",
"prettier": "^2.0.4",
"pretty-quick": "^2.0.1",
"winston-transport": "4.5.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}