UNPKG

winston-console-formatter

Version:
55 lines (54 loc) 1.56 kB
{ "name": "winston-console-formatter", "version": "1.0.0-beta.3", "description": "Pretty print console formatter in yaml like style", "main": "./dist/index.js", "devDependencies": { "babel-cli": "^6.24.1", "babel-lab": "^2.0.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-preset-env": "^1.5.1", "codecov.io": "^0.1.6", "lab": "^13.1.0", "pre-commit": "^1.2.2", "prettier": "^1.8.2", "sinon": "^4.1.3" }, "scripts": { "build": "babel src --out-dir dist", "prepublish": "npm run build", "test": "lab -T node_modules/babel-lab test/suites/*.js -l", "prettier": "prettier --single-quote --trailing-comma es5 --write ./{src,test}/**/*.js ./README.md", "codecov": "lab -T node_modules/babel-lab -r lcov | codecov", "test-cov-html": "lab -T node_modules/babel-lab -r html -o coverage.html" }, "pre-commit": [ "prettier" ], "repository": { "type": "git", "url": "https://github.com/eugeny-dementev/winston-console-formatter.git" }, "keywords": [ "winston", "console", "formatter", "config", "yaml", "beauty" ], "author": { "name": "Eugeny Dementev", "url": "http://github.com/eugeny-dementev" }, "license": "MIT", "bugs": { "url": "https://github.com/eugeny-dementev/winston-console-formatter/issues" }, "homepage": "https://github.com/eugeny-dementev/winston-console-formatter", "dependencies": { "cli-color": "^1.2.0", "yamlify-object": "^0.5.1", "yamlify-object-colors": "^1.0.3" } }