authenticator-cli.js/package.json

47 行
1.1 KiB
JSON

{
"name": "authenticator-cli",
"version": "1.0.3",
"description": "A commandline Authenticator App (for Authy, Google Authenticator, Microsoft Authenticator, TOTP / 2FA / MFA / OTP, etc)",
"main": "index.js",
"bin": {
"authenticator": "bin/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://git.daplie.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 <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
"bugs": {
"url": "https://git.daplie.com/Daplie/authenticator-cli/issues"
},
"homepage": "https://git.daplie.com/Daplie/authenticator-cli#readme"
}