solive-winston-logger
Version:
handle logs for solive projects
43 lines (42 loc) • 1.05 kB
JSON
{
"name": "solive-winston-logger",
"version": "2.0.0",
"description": "handle logs for solive projects",
"main": "lib/index.js",
"scripts": {
"test": "jest --runInBand --coverage",
"test:watch": "yarn test -- --watch",
"add:lib": "git add lib",
"build": "babel src --out-dir lib/ --source-maps --no-comments"
},
"keywords": [
"logger",
"winston",
"solive"
],
"pre-commit": [
"test",
"build",
"add:lib"
],
"author": "solive",
"license": "MIT",
"homepage": "https://bitbucket.org/solivemanager/solive-winston-logger#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-jest": "^21.2.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^4.7.2",
"eslint-config-airbnb-base": "^12.0.1",
"eslint-plugin-import": "^2.7.0",
"jest": "^21.2.1",
"pre-commit": "^1.2.2",
"regenerator-runtime": "^0.11.0"
},
"dependencies": {
"lodash": "^4.17.4",
"winston": "^2.3.1"
}
}