2014-05-06 15:52:03 +00:00
|
|
|
{
|
2020-08-05 10:25:21 +00:00
|
|
|
"name": "@overleaf/metrics",
|
2020-07-17 14:36:37 +00:00
|
|
|
"version": "3.0.0",
|
2014-05-06 15:52:03 +00:00
|
|
|
"description": "A drop-in metrics and monitoring module for node.js apps",
|
2014-08-19 12:32:41 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-08-05 10:25:21 +00:00
|
|
|
"url": "https://github.com/overleaf/metrics-module.git"
|
2014-08-19 12:32:41 +00:00
|
|
|
},
|
2014-05-06 15:52:03 +00:00
|
|
|
"dependencies": {
|
2019-10-25 02:02:55 +00:00
|
|
|
"@google-cloud/debug-agent": "^3.0.0",
|
|
|
|
"@google-cloud/profiler": "^0.2.3",
|
|
|
|
"@google-cloud/trace-agent": "^3.2.0",
|
2018-11-07 11:21:45 +00:00
|
|
|
"prom-client": "^11.1.3",
|
2018-11-21 15:51:07 +00:00
|
|
|
"underscore": "~1.6.0",
|
2019-10-25 02:02:55 +00:00
|
|
|
"yn": "^3.1.1"
|
2017-03-16 09:49:45 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"bunyan": "^1.0.0",
|
2020-07-17 15:17:18 +00:00
|
|
|
"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"
|
2014-05-06 15:52:03 +00:00
|
|
|
}
|
|
|
|
}
|