{ "name": "authenticator-cli", "version": "1.0.5", "description": "A commandline Authenticator App (for Authy, Google Authenticator, Microsoft Authenticator, TOTP / 2FA / MFA / OTP, etc)", "homepage": "https://git.coolaj86.com/coolaj86/authenticator-cli.js", "main": "index.js", "bin": { "authenticator": "bin/authenticator.js" }, "dependencies": { "authenticator": "^1.1.0", "cli": "^1.0.1", "qrcode-terminal": "^0.12.0" }, "devDependencies": {}, "scripts": { "test": "node bin/authenticator.js" }, "repository": { "type": "git", "url": "git+https://git.coolaj86.com/coolaj86/authenticator-cli.js.git" }, "keywords": [ "Authenticator", "CLI", "Commandline", "command", "line", "authy", "google", "microsoft", "facebook", "daplie", "ppl", "totp", "2fa", "mfa", "otp", "one-time", "password" ], "author": "AJ ONeal (https://coolaj86.com/)", "license": "MPL-2.0", "bugs": { "url": "https://git.coolaj86.com/coolaj86/authenticator-cli.js/issues" } }