overleaf/libraries/access-token-encryptor/package.json
Jakob Ackermann 688a1092ce [misc] prepare for monorepo
- add git ignore entries
- sync/create package-lock.json
- delete .nvmrc
2021-07-27 16:41:13 +01:00

21 lines
429 B
JSON

{
"name": "access-token-encryptor-sharelatex",
"version": "2.0.0",
"description": "",
"private": true,
"main": "index.js",
"scripts": {
"test": "mocha test/**/*.js"
},
"author": "",
"license": "Proprietary",
"dependencies": {},
"devDependencies": {
"bunyan": "~0.22.3",
"chai": "^4.3.4",
"mocha": "^6.2.2",
"nock": "0.15.2",
"sandboxed-module": "^2.0.3",
"sinon": "^7.5.0"
}
}