{ "name": "auth-client-helper", "version": "1.0.0", "main": "index.js", "author": "Timo Hocker ", "license": "MIT", "devDependencies": { "@scode/eslint-config": "^1.2.25", "ava": "^3.5.0", "eslint": "^6.8.0", "nyc": "^15.0.0" }, "scripts": { "lint": "eslint .", "test": "nyc ava" }, "dependencies": { "@scode/consts": "^1.0.1", "@scode/crypto-helper": "^1.0.2" } }