2014-02-17 14:54:20 +00:00
|
|
|
{
|
2021-09-24 08:10:05 +00:00
|
|
|
"name": "@overleaf/logger",
|
|
|
|
"homepage": "www.overleaf.com",
|
|
|
|
"description": "A centralised logging system for Overleaf",
|
2014-08-19 12:27:58 +00:00
|
|
|
"repository": {
|
2015-06-16 15:50:18 +00:00
|
|
|
"type": "git",
|
2021-09-24 08:10:05 +00:00
|
|
|
"url": "https://github.com/overleaf/overleaf"
|
2014-08-19 12:27:58 +00:00
|
|
|
},
|
2019-07-11 12:07:47 +00:00
|
|
|
"license": "AGPL-3.0-only",
|
2021-10-27 12:06:50 +00:00
|
|
|
"version": "3.0.0",
|
2019-01-22 13:31:05 +00:00
|
|
|
"scripts": {
|
2020-07-08 10:22:54 +00:00
|
|
|
"test": "mocha --grep=$MOCHA_GREP test/**/*.js",
|
2020-07-31 12:26:28 +00:00
|
|
|
"format": "prettier-eslint $PWD'/**/*.js' --list-different",
|
|
|
|
"format:fix": "prettier-eslint $PWD'/**/*.js' --write",
|
2021-10-27 09:50:17 +00:00
|
|
|
"lint": "eslint --max-warnings 0 --format unix .",
|
|
|
|
"lint:fix": "eslint --fix .",
|
2021-08-10 16:58:29 +00:00
|
|
|
"test:ci": "npm run test"
|
2019-01-22 13:31:05 +00:00
|
|
|
},
|
2014-02-17 14:54:20 +00:00
|
|
|
"dependencies": {
|
2021-09-06 13:48:56 +00:00
|
|
|
"@google-cloud/logging-bunyan": "^3.1.0",
|
2020-06-03 08:19:45 +00:00
|
|
|
"@overleaf/o-error": "^3.0.0",
|
2021-09-22 10:25:28 +00:00
|
|
|
"@sentry/node": "^6.13.2",
|
2020-07-02 10:08:10 +00:00
|
|
|
"bunyan": "^1.8.14",
|
2021-09-06 13:48:56 +00:00
|
|
|
"node-fetch": "^2.6.1",
|
2020-07-02 10:08:10 +00:00
|
|
|
"yn": "^4.0.0"
|
2019-01-22 13:31:05 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-07-02 09:46:37 +00:00
|
|
|
"chai": "^4.2.0",
|
2020-07-02 11:15:22 +00:00
|
|
|
"eslint": "^7.3.1",
|
2020-07-02 09:46:37 +00:00
|
|
|
"eslint-config-prettier": "^6.11.0",
|
|
|
|
"eslint-config-standard": "^14.1.1",
|
|
|
|
"eslint-plugin-chai-expect": "^2.1.0",
|
|
|
|
"eslint-plugin-chai-friendly": "^0.6.0",
|
|
|
|
"eslint-plugin-import": "^2.22.0",
|
|
|
|
"eslint-plugin-mocha": "^7.0.1",
|
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
|
|
"eslint-plugin-standard": "^4.0.1",
|
2021-09-06 13:48:56 +00:00
|
|
|
"mocha": "^8.4.0",
|
2020-07-02 10:00:28 +00:00
|
|
|
"prettier": "^2.0.5",
|
2020-06-30 12:55:24 +00:00
|
|
|
"prettier-eslint-cli": "^5.0.0",
|
2020-07-02 10:04:21 +00:00
|
|
|
"sandboxed-module": "^2.0.4",
|
|
|
|
"sinon": "^9.0.2",
|
|
|
|
"sinon-chai": "^3.5.0"
|
2021-10-27 12:06:50 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@overleaf/metrics": ">= 4.0.0"
|
2014-02-17 14:54:20 +00:00
|
|
|
}
|
|
|
|
}
|