@eternaljs/otp-generator
Version:
An OTP (One-Time Password) generator is a crucial tool for enhancing security in digital transactions and logins. It generates unique, time-sensitive codes that serve as an additional layer of authentication. This adds an extra level of protection against
51 lines • 1.58 kB
JSON
{
"name": "@eternaljs/otp-generator",
"version": "1.0.1",
"description": "An OTP (One-Time Password) generator is a crucial tool for enhancing security in digital transactions and logins. It generates unique, time-sensitive codes that serve as an additional layer of authentication. This adds an extra level of protection against unauthorized access, making it a fundamental component in securing sensitive information and ensuring user safety in various online interactions.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Chandra Sekhar",
"homepage": "https://github.com/eternals-cloud/password-generator#readme",
"scripts": {
"start": "tsc && node dist/index.js",
"build": "tsc"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/eternals-cloud/password-generator.git"
},
"keywords": [
"OTP",
"One-Time Password",
"Authentication Code",
"Two-Factor Authentication",
"Security Token",
"Time-Sensitive Code",
"Verification Code",
"Mobile Authentication",
"Code Generator",
"OTP Algorithm",
"Token Generation",
"Dynamic Password",
"Secure Login",
"Time-based OTP",
"TOTP",
"HOTP",
"OTP Library",
"Secure Access",
"Passwordless"
],
"bugs": {
"url": "https://github.com/eternals-cloud/password-generator/issues"
},
"devDependencies": {
"@types/node": "20.9.1",
"typescript": "5.2.2"
},
"license": "MIT"
}