otp-gen-val
Version:
An OTP generator and validator compatible with google, microsoft, saleforce authenticator apps
32 lines (31 loc) • 708 B
JSON
{
"name": "otp-gen-val",
"version": "1.0.7",
"description": "An OTP generator and validator compatible with google, microsoft, saleforce authenticator apps",
"main": "index.js",
"module": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"otp",
"google authenticator",
"microsoft authenticator",
"saleforce authenticator",
"authenticator",
"one time password",
"2fa",
"hotp",
"totp"
],
"author": "Alvin Kiptoo Chirchir <alvinchirchir1@gmail.com",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/alvinchirchir/otp-library"
},
"dependencies": {
"qrcode": "^1.5.3",
"thirty-two": "^1.0.2"
}
}