{ "name": "@sapphirecode/auth-client-helper", "version": "1.1.2", "main": "index.js", "author": { "name": "Timo Hocker", "email": "timo@scode.ovh" }, "bugs": "https://redmine.scode.ovh/projects/auth-client-helper", "license": "MIT", "description": "client helper to authenticate on servers using the auth-server-helper", "repository": { "type": "git", "url": "https://git.scode.ovh:timo/auth-client-helper.git" }, "devDependencies": { "@sapphirecode/eslint-config": "^2.1.4", "@stryker-mutator/core": "^3.2.3", "@stryker-mutator/javascript-mutator": "^3.2.3", "@types/jasmine": "^3.5.14", "jasmine": "^3.6.1", "eslint": "^7.0.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", "node-fetch": "^2.6.0" }, "files": [ "LICENSE", "index.js" ], "keywords": [ "authentication", "helper", "auth-server-helper" ] }