2014-05-06 11:52:03 -04:00
|
|
|
{
|
2020-08-05 06:25:21 -04:00
|
|
|
"name": "@overleaf/metrics",
|
2021-09-07 07:03:03 -04:00
|
|
|
"version": "3.5.2",
|
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",
|
2020-08-05 06:25:21 -04:00
|
|
|
"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": {
|
2020-10-26 13:40:18 -04:00
|
|
|
"@google-cloud/debug-agent": "^5.1.2",
|
2021-09-07 07:03:03 -04:00
|
|
|
"@google-cloud/profiler": "^4.1.3",
|
2020-10-26 13:40:18 -04:00
|
|
|
"@google-cloud/trace-agent": "^5.1.1",
|
2020-04-01 10:10:40 -04:00
|
|
|
"compression": "^1.7.4",
|
2018-11-07 06:21:45 -05:00
|
|
|
"prom-client": "^11.1.3",
|
2019-10-24 22:02:55 -04:00
|
|
|
"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",
|
2020-09-11 14:18:22 -04:00
|
|
|
"eslint": "^7.8.1",
|
|
|
|
"eslint-config-prettier": "^6.11.0",
|
|
|
|
"eslint-config-standard": "^14.1.1",
|
|
|
|
"eslint-plugin-chai-expect": "^2.2.0",
|
|
|
|
"eslint-plugin-chai-friendly": "^0.6.0",
|
|
|
|
"eslint-plugin-import": "^2.22.0",
|
|
|
|
"eslint-plugin-mocha": "^8.0.0",
|
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
|
|
"eslint-plugin-standard": "^4.0.1",
|
2020-07-17 11:17:18 -04:00
|
|
|
"mocha": "^8.0.1",
|
2020-09-11 14:18:22 -04:00
|
|
|
"prettier-eslint-cli": "^5.0.0",
|
2020-07-17 11:17:18 -04:00
|
|
|
"sandboxed-module": "^2.0.4",
|
|
|
|
"sinon": "^9.0.2"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2020-09-11 14:18:22 -04:00
|
|
|
"lint": "eslint --max-warnings 0 .",
|
2020-09-16 16:45:56 -04:00
|
|
|
"test:unit": "mocha --reporter spec --recursive --exit --grep=$MOCHA_GREP test/unit",
|
|
|
|
"test:acceptance": "mocha --reporter spec --recursive --exit --grep=$MOCHA_GREP test/acceptance",
|
|
|
|
"test": "npm run test:unit && npm run test:acceptance",
|
2020-09-11 14:18:22 -04:00
|
|
|
"format": "prettier-eslint $PWD'/**/*.js' --list-different",
|
2021-08-10 12:58:29 -04:00
|
|
|
"format:fix": "prettier-eslint $PWD'/**/*.js' --write",
|
|
|
|
"test:ci": "npm run test"
|
2014-05-06 11:52:03 -04:00
|
|
|
}
|
|
|
|
}
|