{
  "name": "@mongosh/logging",
  "version": "5.0.6",
  "description": "MongoDB Shell Logging Utilities Package",
  "homepage": "https://github.com/mongodb-js/mongosh",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/mongosh"
  },
  "engines": {
    "node": ">=14.15.1"
  },
  "dependencies": {
    "@mongodb-js/devtools-connect": "^3.14.9",
    "@mongosh/types": "^5.0.3",
    "mongodb-log-writer": "^2.5.6",
    "mongodb-redact": "^1.4.6"
  },
  "devDependencies": {
    "@mongodb-js/eslint-config-mongosh": "^1.0.0",
    "@mongodb-js/prettier-config-devtools": "^1.0.1",
    "@mongodb-js/tsconfig-mongosh": "^1.0.0",
    "@mongosh/errors": "2.4.7",
    "@segment/analytics-node": "^1.3.0",
    "eslint": "^7.25.0",
    "prettier": "^2.8.8",
    "sinon": "^19.0.4"
  },
  "scripts": {
    "test": "mocha",
    "test-ci": "node ../../scripts/run-if-package-requested.js npm test",
    "test-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test",
    "test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci",
    "eslint": "eslint",
    "lint": "npm run eslint . && npm run prettier -- --check .",
    "check": "npm run lint",
    "compile": "tsc -p tsconfig.json",
    "prepublish": "npm run compile",
    "prettier": "prettier",
    "reformat": "npm run prettier -- --write . && npm run eslint -- --fix"
  },
  "mongosh": {
    "unitTestsOnly": true
  },
  "gitHead": "d5a0d964b21e3dc651a3a8391f21c87117e74514"
}
