mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "logger-sharelatex",
|
|
"homepage": "www.sharelatex.com",
|
|
"description": "A centralised logging system for ShareLaTeX",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/sharelatex/logger-sharelatex.git"
|
|
},
|
|
"license": "AGPL-3.0-only",
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"test": "mocha test/**/*.js",
|
|
"format": "prettier-eslint '**/*.js' --list-different",
|
|
"format:fix": "prettier-eslint '**/*.js' --write",
|
|
"lint": "eslint -f unix ."
|
|
},
|
|
"dependencies": {
|
|
"@google-cloud/logging-bunyan": "^2.0.0",
|
|
"@overleaf/o-error": "^3.0.0",
|
|
"bunyan": "1.8.12",
|
|
"raven": "1.1.3",
|
|
"yn": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "4.2.0",
|
|
"eslint": "^6.6.0",
|
|
"eslint-config-prettier": "^3.1.0",
|
|
"eslint-config-standard": "^11.0.0",
|
|
"eslint-plugin-chai-expect": "^1.1.1",
|
|
"eslint-plugin-chai-friendly": "^0.4.1",
|
|
"eslint-plugin-import": "^2.9.0",
|
|
"eslint-plugin-mocha": "^5.2.0",
|
|
"eslint-plugin-node": "^6.0.0",
|
|
"eslint-plugin-promise": "^3.6.0",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"mocha": "^5.2.0",
|
|
"prettier": "^1.18.2",
|
|
"prettier-eslint-cli": "^5.0.0",
|
|
"sandboxed-module": "2.0.3",
|
|
"sinon": "7.2.3",
|
|
"sinon-chai": "3.3.0"
|
|
}
|
|
}
|