{ "name": "@sap/logging", "description": "Provides logging and tracing functionalities for Node.js applications", "version": "7.1.0", "repository": {}, "license": "SEE LICENSE IN LICENSE file", "main": "index.js", "engines": { "node": "^12.0.0 || ^14.0.0 || ^16.0.0 || ^18.0.0 || ^20.0.0" }, "scripts": { "lint": "eslint -f stylish --ignore-path .gitignore .", "test": "c8 --reporter=text-summary node_modules/mocha/bin/mocha test --recursive", "prepareRelease": "npm shrinkwrap && clean-packages -i", "toc": "markdown-toc -i README.md" }, "files": [ "lib", "migration.md", "package.json", "README.md", "index.js", "npm-shrinkwrap.json", "LICENSE" ], "dependencies": { "lodash": "4.17.21", "moment": "2.29.4", "@sap/e2e-trace": "^4.1.0" }, "devDependencies": { "async": "3.2.4", "capture-stream": "0.1.2", "chai": "4.2.0", "eslint": "3.2.2", "express": "4.17.1", "filter-node-package": "3.2.0", "got": "11.8.0", "markdown-toc": "^1.2.0", "mocha": "7.1.1", "node-style": "^2.0.0", "proxyquire": "2.1.3", "should": "11.2.1", "sinon": "7.5.0", "supertest": "3.0.0", "c8": "7.11.0" } }