{
  "name": "@sap/logging",
  "description": "Provides logging and tracing functionalities for Node.js applications",
  "version": "9.2.1",
  "repository": {},
  "license": "SEE LICENSE IN LICENSE file",
  "main": "index.js",
  "engines": {
    "node": "^20.0.0 || ^22.0.0 || ^24.0.0"
  },
  "scripts": {
    "lint": "eslint -f stylish .",
    "test": "c8 --reporter=text-summary node_modules/mocha/bin/_mocha test -- --recursive",
    "prepareRelease": "clean-packages -i",
    "toc": "markdown-toc -i README.md"
  },
  "files": [
    "lib",
    "migration.md",
    "package.json",
    "README.md",
    "index.js",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "@sap/e2e-trace": "^6.2.1",
    "lodash": "4.18.1",
    "moment": "2.30.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.14.0",
    "@eslint/eslintrc": "^3.1.0",
    "@babel/eslint-parser": "7.28.6",
    "async": "3.2.6",
    "c8": "11.0.0",
    "capture-stream": "0.1.2",
    "chai": "6.2.2",
    "express": "5.2.1",
    "filter-node-package": "^6.2.0",
    "got": "^15.0.0",
    "markdown-toc": "^1.2.0",
    "mocha": "11.7.5",
    "node-style": "^2.0.0",
    "proxyquire": "2.1.3",
    "should": "13.2.3",
    "sinon": "21.0.3",
    "supertest": "7.2.2"
  },
  "overrides": {
    "mocha": {
      "glob": "^13.0.0"
    }
  }
}