mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
2ed696b3e0
[misc] upgrade node-fetch from 2.6.x to 2.6.7 GitOrigin-RevId: 5a43e82e23d78fd6e68a38655dab4665a401a9db
36 lines
1 KiB
JSON
36 lines
1 KiB
JSON
{
|
|
"name": "@overleaf/logger",
|
|
"homepage": "www.overleaf.com",
|
|
"description": "A centralised logging system for Overleaf",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/overleaf/overleaf"
|
|
},
|
|
"license": "AGPL-3.0-only",
|
|
"version": "3.1.0",
|
|
"scripts": {
|
|
"test": "mocha --grep=$MOCHA_GREP test/**/*.js",
|
|
"format": "../../node_modules/.bin/prettier --list-different $PWD/'**/*.js'",
|
|
"format:fix": "../../node_modules/.bin/prettier --write $PWD/'**/*.js'",
|
|
"lint": "../../node_modules/.bin/eslint --max-warnings 0 --format unix .",
|
|
"lint:fix": "../../node_modules/.bin/eslint --fix .",
|
|
"test:ci": "npm run test"
|
|
},
|
|
"dependencies": {
|
|
"@overleaf/o-error": "^3.4.0",
|
|
"@sentry/node": "^6.13.2",
|
|
"bunyan": "^1.8.14",
|
|
"node-fetch": "^2.6.7",
|
|
"yn": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"mocha": "^8.4.0",
|
|
"sandboxed-module": "^2.0.4",
|
|
"sinon": "^9.0.2",
|
|
"sinon-chai": "^3.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@overleaf/metrics": ">= 4.0.0"
|
|
}
|
|
}
|