auth-server-helper/package.json
Timo Hocker fe037d43d3
Some checks failed
continuous-integration/drone/push Build is failing
fix
2020-11-02 19:14:30 +01:00

49 lines
1.3 KiB
JSON

{
"name": "@sapphirecode/auth-server-helper",
"version": "1.1.4",
"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": "^4.0.0",
"@stryker-mutator/jasmine-runner": "^4.0.0",
"@types/jasmine": "^3.5.14",
"eslint": "^7.0.0",
"express": "^4.17.1",
"jasmine": "^3.6.1",
"node-fetch": "^2.6.0",
"nyc": "^15.0.1"
},
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
"test": "nyc jasmine --config=\"jasmine.json\"",
"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"
]
}