mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
82d59a18d9
[access-token-encryptor] rewrite module and add scheme v3 GitOrigin-RevId: d23ec86d63739a61f1e45f04ed41ea7d991ddb0e
27 lines
649 B
JSON
27 lines
649 B
JSON
{
|
|
"name": "@overleaf/access-token-encryptor",
|
|
"version": "3.0.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": {
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"peerDependencies": {
|
|
"mongodb": "*"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.3.6",
|
|
"mocha": "^10.2.0",
|
|
"sandboxed-module": "^2.0.4"
|
|
}
|
|
}
|