mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
27 lines
727 B
JSON
27 lines
727 B
JSON
{
|
|
"name": "metrics-sharelatex",
|
|
"version": "3.0.0",
|
|
"description": "A drop-in metrics and monitoring module for node.js apps",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sharelatex/metrics-sharelatex.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"
|
|
}
|
|
}
|