38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "@sapphirecode/auth-server-helper",
|
|
"version": "1.1.0",
|
|
"main": "index.js",
|
|
"author": "Timo Hocker <timo@scode.ovh>",
|
|
"license": "MIT",
|
|
"description": "authentication middleware for express",
|
|
"repository": {
|
|
"type": "git",
|
|
"directory": "git@git.scode.ovh:timo/auth-server-helper"
|
|
},
|
|
"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.8.2",
|
|
"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/password-helper": "^1.0.35",
|
|
"@sapphirecode/crypto-helper": "^1.1.44"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"index.js"
|
|
]
|
|
} |