2020-03-06 11:56:10 +01:00
|
|
|
{
|
2020-05-05 19:21:42 +02:00
|
|
|
"name": "@sapphirecode/auth-server-helper",
|
2020-07-25 16:56:30 +02:00
|
|
|
"version": "1.1.2",
|
2020-03-06 11:56:10 +01:00
|
|
|
"main": "index.js",
|
2020-07-19 13:56:06 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Timo Hocker",
|
|
|
|
"email": "timo@scode.ovh"
|
|
|
|
},
|
|
|
|
"bugs": "https://redmine.scode.ovh/projects/auth-server-helper",
|
2020-03-06 11:56:10 +01:00
|
|
|
"license": "MIT",
|
2020-05-17 17:37:41 +02:00
|
|
|
"description": "authentication middleware for express",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-07-19 13:56:06 +02:00
|
|
|
"directory": "https://git.scode.ovh:timo/auth-server-helper.git"
|
2020-05-17 17:37:41 +02:00
|
|
|
},
|
2020-03-06 11:56:10 +01:00
|
|
|
"devDependencies": {
|
2020-05-17 17:37:41 +02:00
|
|
|
"@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",
|
2020-07-10 16:21:39 +02:00
|
|
|
"ava": "^3.10.1",
|
2020-05-17 17:37:41 +02:00
|
|
|
"eslint": "^7.0.0",
|
2020-03-06 18:02:08 +01:00
|
|
|
"express": "^4.17.1",
|
2020-03-08 14:03:18 +01:00
|
|
|
"node-fetch": "^2.6.0",
|
2020-05-17 17:37:41 +02:00
|
|
|
"nyc": "^15.0.1"
|
2020-03-06 11:56:10 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-04-14 14:59:26 +02:00
|
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
|
2020-03-06 11:56:10 +01:00
|
|
|
"test": "nyc ava",
|
2020-05-04 20:38:30 +02:00
|
|
|
"mutate": "stryker run",
|
|
|
|
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js"
|
2020-03-06 18:02:08 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-05-17 17:37:41 +02:00
|
|
|
"@sapphirecode/consts": "^1.1.18",
|
2020-07-10 16:21:39 +02:00
|
|
|
"@sapphirecode/crypto-helper": "^1.1.44",
|
|
|
|
"@sapphirecode/password-helper": "^1.0.35"
|
2020-05-03 17:06:39 +02:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"LICENSE",
|
|
|
|
"index.js"
|
2020-07-19 13:56:06 +02:00
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"authentication",
|
|
|
|
"express",
|
|
|
|
"middleware"
|
2020-05-03 17:06:39 +02:00
|
|
|
]
|
2020-07-19 15:15:31 +02:00
|
|
|
}
|