mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
d01e83b453
Upgrade mocha to 10.2.0 GitOrigin-RevId: e49606c73e813904d9b794792a838a951a814585
28 lines
707 B
JSON
28 lines
707 B
JSON
{
|
|
"name": "@overleaf/access-token-encryptor",
|
|
"version": "2.2.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha test/**/*.js",
|
|
"lint": "eslint --max-warnings 0 --format unix .",
|
|
"lint:fix": "eslint --fix .",
|
|
"format": "prettier --list-different $PWD/'**/*.js'",
|
|
"format:fix": "prettier --write $PWD/'**/*.js'",
|
|
"test:ci": "npm run test"
|
|
},
|
|
"author": "",
|
|
"license": "AGPL-3.0-only",
|
|
"peerDependencies": {
|
|
"@overleaf/logger": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@overleaf/logger": "*",
|
|
"bunyan": "^1.8.15",
|
|
"chai": "^4.3.6",
|
|
"mocha": "^10.2.0",
|
|
"nock": "0.15.2",
|
|
"sandboxed-module": "^2.0.4",
|
|
"sinon": "^9.2.4"
|
|
}
|
|
}
|