This repository has been archived on 2021-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
auth-client-helper/package.json
2020-03-14 14:14:23 +01:00

26 lines
600 B
JSON

{
"name": "@scode/auth-client-helper",
"version": "1.0.0",
"main": "index.js",
"author": "Timo Hocker <t-hocker@web.de>",
"license": "MIT",
"devDependencies": {
"@scode/eslint-config": "^1.2.26",
"@stryker-mutator/core": "^3.0.2",
"@stryker-mutator/javascript-mutator": "^3.0.2",
"ava": "^3.5.0",
"eslint": "^6.8.0",
"nyc": "^15.0.0"
},
"scripts": {
"lint": "eslint .",
"test": "nyc ava",
"ci": "yarn && node jenkins.js"
},
"dependencies": {
"@scode/consts": "^1.0.3",
"@scode/crypto-helper": "^1.1.9",
"node-fetch": "^2.6.0"
}
}