2014-02-17 09:54:20 -05:00
|
|
|
{
|
|
|
|
"name": "logger-sharelatex",
|
|
|
|
"homepage": "www.sharelatex.com",
|
2014-08-19 08:27:58 -04:00
|
|
|
"description": "A centralised logging system for ShareLaTeX",
|
|
|
|
"repository": {
|
2015-06-16 11:50:18 -04:00
|
|
|
"type": "git",
|
|
|
|
"url": "http://github.com/sharelatex/logger-sharelatex.git"
|
2014-08-19 08:27:58 -04:00
|
|
|
},
|
2019-07-11 08:07:47 -04:00
|
|
|
"license": "AGPL-3.0-only",
|
2020-07-02 05:53:42 -04:00
|
|
|
"version": "2.1.1",
|
2019-01-22 08:31:05 -05:00
|
|
|
"scripts": {
|
2019-03-08 11:06:24 -05:00
|
|
|
"test": "mocha test/**/*.js",
|
|
|
|
"format": "prettier-eslint '**/*.js' --list-different",
|
2019-03-08 11:16:21 -05:00
|
|
|
"format:fix": "prettier-eslint '**/*.js' --write",
|
|
|
|
"lint": "eslint -f unix ."
|
2019-01-22 08:31:05 -05:00
|
|
|
},
|
2014-02-17 09:54:20 -05:00
|
|
|
"dependencies": {
|
2020-07-02 06:08:10 -04:00
|
|
|
"@google-cloud/logging-bunyan": "^3.0.0",
|
2020-06-03 04:19:45 -04:00
|
|
|
"@overleaf/o-error": "^3.0.0",
|
2020-07-02 06:08:10 -04:00
|
|
|
"bunyan": "^1.8.14",
|
|
|
|
"raven": "^2.6.4",
|
|
|
|
"yn": "^4.0.0"
|
2019-01-22 08:31:05 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-07-02 05:46:37 -04:00
|
|
|
"chai": "^4.2.0",
|
2020-06-30 07:33:55 -04:00
|
|
|
"eslint": "^6.6.0",
|
2020-07-02 05:46:37 -04: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",
|
2020-07-02 06:00:28 -04:00
|
|
|
"mocha": "^8.0.1",
|
|
|
|
"prettier": "^2.0.5",
|
2020-06-30 08:55:24 -04:00
|
|
|
"prettier-eslint-cli": "^5.0.0",
|
2020-07-02 06:04:21 -04:00
|
|
|
"sandboxed-module": "^2.0.4",
|
|
|
|
"sinon": "^9.0.2",
|
|
|
|
"sinon-chai": "^3.5.0"
|
2014-02-17 09:54:20 -05:00
|
|
|
}
|
|
|
|
}
|