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