{
  "name": "screwdriver-logger",
  "version": "3.0.0",
  "description": "Provides common logger for Screwdriver components",
  "main": "index.js",
  "scripts": {
    "pretest": "eslint .",
    "test": "nyc --report-dir ./artifacts/coverage --reporter=lcov mocha --reporter mocha-multi-reporters --reporter-options configFile=./mocha.config.json --recursive --timeout 4000 --retries 1 --exit --allow-uncaught true --color true"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/screwdriver-cd/logger.git"
  },
  "keywords": [
    "screwdriver",
    "yahoo"
  ],
  "license": "BSD-3-Clause",
  "author": "Jithin Emmanuel <jithin1987@gmail.com>",
  "contributors": [
    "Alan Dong <alandong2016@gmail.com>",
    "Dao Lam <daolam112@gmail.com>",
    "Dekus Lam <dekusdenial@hotmail.com>",
    "Jithin Emmanuel <jithin1987@gmail.com>",
    "Kevin Lu <klu13960@gmail.com>",
    "Lakshminarasimhan Parthasarathy <laky@ymail.com>",
    "Pritam Paul <pritam.paul09@hotmail.com>",
    "Tiffany Kyi <tiffanykyi@gmail.com>"
  ],
  "bugs": {
    "url": "https://github.com/screwdriver-cd/screwdriver/issues"
  },
  "homepage": "https://github.com/screwdriver-cd/logger#readme",
  "dependencies": {
    "winston": "^3.17.0"
  },
  "release": {
    "debug": false
  },
  "devDependencies": {
    "chai": "^4.3.7",
    "eslint": "^8.57.0",
    "eslint-config-screwdriver": "^8.0.0",
    "mocha": "^10.1.0",
    "mocha-multi-reporters": "^1.5.1",
    "mocha-sonarqube-reporter": "^1.0.2",
    "nyc": "^15.1.0",
    "mockery": "^2.1.0",
    "sinon": "^14.0.2"
  }
}
