overleaf/libraries/access-token-encryptor/package.json
Jakob Ackermann 6a0388ff9b Merge pull request #4689 from overleaf/jpa-libraries-ci
[misc] setup cloud build trigger for libraries

GitOrigin-RevId: a66dd3e96cb1c06d4803a2162278959357694048
2021-08-13 12:56:39 +00:00

24 lines
512 B
JSON

{
"name": "access-token-encryptor-sharelatex",
"version": "2.0.0",
"description": "",
"private": true,
"main": "index.js",
"scripts": {
"test": "mocha test/**/*.js",
"lint": "echo noop",
"format": "echo noop",
"test:ci": "npm run test"
},
"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"
}
}