{
  "name": "@tryghost/logging",
  "version": "2.4.18",
  "repository": "https://github.com/TryGhost/framework/tree/main/packages/logging",
  "author": "Ghost Foundation",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "dev": "echo \"Implement me!\"",
    "test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
    "lint": "eslint . --ext .js --cache",
    "posttest": "yarn lint"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@tryghost/errors": "1.0.0",
    "c8": "10.1.2",
    "mocha": "10.6.0",
    "should": "13.2.3",
    "sinon": "18.0.0"
  },
  "dependencies": {
    "@tryghost/bunyan-rotating-filestream": "^0.0.7",
    "@tryghost/elasticsearch": "^3.0.21",
    "@tryghost/http-stream": "^0.1.33",
    "@tryghost/pretty-stream": "^0.1.26",
    "@tryghost/root-utils": "^0.3.30",
    "bunyan": "^1.8.15",
    "bunyan-loggly": "^1.4.2",
    "fs-extra": "^11.0.0",
    "gelf-stream": "^1.1.1",
    "json-stringify-safe": "^5.0.1",
    "lodash": "^4.17.21"
  },
  "gitHead": "d3d489cb44ac3d4e35e21388d48ee0d94e496d86"
}
