auth-server-helper/package.json
Timo Hocker fe0b409db5
All checks were successful
continuous-integration/drone/push Build is passing
update-scanner: automatic update
@sapphirecode/consts: 1.1.27 ==> 1.1.28 minor
@sapphirecode/crypto-helper: 1.1.55 ==> 1.1.57 minor
@sapphirecode/eslint-config: 2.1.15 ==> 2.1.16 minor
@sapphirecode/password-helper: 1.0.46 ==> 1.0.47 minor
2020-07-19 15:15:31 +02:00

47 lines
1.2 KiB
JSON

{
"name": "@sapphirecode/auth-server-helper",
"version": "1.1.1",
"main": "index.js",
"author": {
"name": "Timo Hocker",
"email": "timo@scode.ovh"
},
"bugs": "https://redmine.scode.ovh/projects/auth-server-helper",
"license": "MIT",
"description": "authentication middleware for express",
"repository": {
"type": "git",
"directory": "https://git.scode.ovh:timo/auth-server-helper.git"
},
"devDependencies": {
"@sapphirecode/auth-client-helper": "^1.0.45",
"@sapphirecode/eslint-config": "^2.1.4",
"@stryker-mutator/core": "^3.2.3",
"@stryker-mutator/javascript-mutator": "^3.2.3",
"ava": "^3.10.1",
"eslint": "^7.0.0",
"express": "^4.17.1",
"node-fetch": "^2.6.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",
"@sapphirecode/password-helper": "^1.0.35"
},
"files": [
"LICENSE",
"index.js"
],
"keywords": [
"authentication",
"express",
"middleware"
]
}