mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
ae0c347f27
[misc] npm workspaces GitOrigin-RevId: 87aa72db6637fb238d7cd35b0a48ac3ed58ab3eb
29 lines
738 B
JSON
29 lines
738 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",
|
|
"dependencies": {},
|
|
"peerDependencies": {
|
|
"@overleaf/logger": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"bunyan": "^1.8.15",
|
|
"chai": "^4.3.6",
|
|
"@overleaf/logger": "^2.2.0",
|
|
"mocha": "^8.4.0",
|
|
"nock": "0.15.2",
|
|
"sandboxed-module": "^2.0.4",
|
|
"sinon": "^9.2.4"
|
|
}
|
|
}
|