{
    "name": "@hkube/logger",
    "main": "index.js",
    "version": "2.0.2",
    "description": "best logger ever ;-)",
    "dependencies": {
        "@hkube/pub-sub-adapter": "^1.0.4",
        "@hkube/redis-utils": "^1.0.1",
        "colors": "^1.1.2",
        "cycle": "^1.0.3",
        "moment": "^2.19.2",
        "stack-trace": "0.0.9",
        "string-template": "^1.0.0",
        "uuid": "^8.1.0",
        "winston": "^3.3.3",
        "winston-logstash": "^0.4.0",
        "winston-transport": "^4.4.0"
    },
    "devDependencies": {
        "chai": "^3.3.0",
        "coveralls": "^3.1.0",
        "eslint": "^6.8.0",
        "eslint-config-airbnb-base": "^14.1.0",
        "eslint-plugin-chai-friendly": "^0.6.0",
        "eslint-plugin-import": "^2.21.2",
        "fs-extra": "^10.0.0",
        "mocha": "^4.0.1",
        "nyc": "^15.1.0",
        "readline": "^1.3.0",
        "sinon": "^1.17.1"
    },
    "scripts": {
        "lint": "./node_modules/eslint/bin/eslint.js .",
        "test": "NODE_ENV=test ./node_modules/mocha/bin/_mocha tests --colors --recursive --exit",
        "test:cov": "NODE_ENV=test ./node_modules/nyc/bin/nyc.js --reporter=html --reporter=text --reporter=lcov npm run test",
        "coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
        "build": "npm publish"
    },
    "author": "Hkube",
    "license": "MIT",
    "directories": {
        "test": "test"
    }
}
