overleaf/libraries/metrics/package.json

29 lines
749 B
JSON
Raw Normal View History

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