auth-server-helper/package.json
Timo Hocker c6bd55eb0d
All checks were successful
continuous-integration/drone/push Build is passing
use jasmine
2020-09-28 11:46:30 +02:00

49 lines
1.3 KiB
JSON

{
"name": "@sapphirecode/auth-server-helper",
"version": "1.1.3",
"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",
"@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"
]
}