{ "name": "@sapphirecode/auth-server-helper", "version": "4.1.0", "main": "dist/lib/index.js", "author": { "name": "Timo Hocker", "email": "timo@scode.ovh" }, "repository": { "type": "git", "url": "https://git.scode.ovh/timo/auth-server-helper.git" }, "bugs": "https://git.scode.ovh/timo/auth-server-helper", "description": "authentication middleware for node http and express", "license": "MIT", "devDependencies": { "@sapphirecode/eslint-config-ts": "^1.1.27", "@stryker-mutator/core": "^6.1.2", "@stryker-mutator/jasmine-runner": "^6.1.2", "@types/debug": "^4.1.7", "@types/jasmine": "^4.0.3", "@types/node": "^18.6.4", "eslint": "^8.21.0", "jasmine": "^4.3.0", "nyc": "^15.1.0", "ts-node": "^10.9.1", "typescript": "^4.1.2" }, "scripts": { "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs", "pretest": "yarn compile", "test": "nyc jasmine --config=\"jasmine.json\"", "mutate": "stryker run", "precompile": "rm -rf dist", "compile": "tsc" }, "files": [ "lib/**/*.ts", "dist/**/*.js", "dist/**/*.d.ts", "dist/**/*.map" ], "keywords": [ "authentication", "express", "middleware" ], "dependencies": { "@sapphirecode/crypto-helper": "^2.0.0", "@sapphirecode/encoding-helper": "^1.1.0", "@sapphirecode/utilities": "^1.8.8", "debug": "^4.3.3", "ioredis": "^5.2.2" }, "engines": { "node": ">=10.0.0" } }