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
Timo Hocker 09cbd6d93c
All checks were successful
continuous-integration/drone/push Build is passing
update-scanner: automatic update
@sapphirecode/consts: 1.1.25 ==> 1.1.27 minor
@sapphirecode/crypto-helper: 1.1.53 ==> 1.1.55 minor
@sapphirecode/eslint-config: 2.1.13 ==> 2.1.15 minor
@stryker-mutator/core: 3.3.0 ==> 3.3.1 minor
@stryker-mutator/javascript-mutator: 3.3.0 ==> 3.3.1 minor
ava: 3.9.0 ==> 3.10.1 minor
eslint: 7.3.1 ==> 7.4.0 minor
2020-07-10 12:38:43 +02:00

35 lines
966 B
JSON

{
"name": "@sapphirecode/auth-client-helper",
"version": "1.0.56",
"main": "index.js",
"author": "Timo Hocker <timo@scode.ovh>",
"license": "MIT",
"description": "client helper to authenticate on servers using the auth-server-helper",
"repository": {
"type": "git",
"url": "git@git.scode.ovh:timo/auth-client-helper"
},
"devDependencies": {
"@sapphirecode/eslint-config": "^2.1.4",
"@stryker-mutator/core": "^3.2.3",
"@stryker-mutator/javascript-mutator": "^3.2.3",
"ava": "^3.8.2",
"eslint": "^7.0.0",
"nyc": "^15.0.1"
},
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
"test": "nyc ava",
"mutate": "stryker run",
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js"
},
"dependencies": {
"@sapphirecode/consts": "^1.1.18",
"@sapphirecode/crypto-helper": "^1.1.44",
"node-fetch": "^2.6.0"
},
"files": [
"LICENSE",
"index.js"
]
}