{ "name": "@overleaf/metrics", "version": "3.0.0", "description": "A drop-in metrics and monitoring module for node.js apps", "repository": { "type": "git", "url": "https://github.com/overleaf/metrics-module.git" }, "dependencies": { "@google-cloud/debug-agent": "^3.0.0", "@google-cloud/profiler": "^0.2.3", "@google-cloud/trace-agent": "^3.2.0", "prom-client": "^11.1.3", "underscore": "~1.6.0", "yn": "^3.1.1" }, "devDependencies": { "bunyan": "^1.0.0", "chai": "^4.2.0", "mocha": "^8.0.1", "sandboxed-module": "^2.0.4", "sinon": "^9.0.2" }, "scripts": { "test": "mocha --reporter spec --recursive --exit --grep=$MOCHA_GREP test/unit" } }