@nithin-sivakumar/genotp
Version:
A lightweight and secure OTP (One-Time Password) generator for JavaScript with customizable features like length, character set, prefix, suffix, and base64 encoding.
23 lines (22 loc) • 411 B
JSON
{
"name": "@nithin-sivakumar/genotp",
"version": "1.0.1",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node-otp",
"otp-gen",
"node-otp-gen",
"otp",
"otp-generator"
],
"author": "Nithin Sivakumar",
"license": "MIT",
"type": "module",
"description": "",
"dependencies": {
"node-cache": "^5.1.2"
}
}