node-pin
Version:
Secure OTP Generation for Email Verification and More
34 lines (33 loc) • 712 B
JSON
{
"name": "node-pin",
"version": "0.3.0",
"description": "Secure OTP Generation for Email Verification and More",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SylonZero/node-pin.git"
},
"keywords": [
"Pin",
"OTP",
"Crypto-util",
"Security",
"Utility",
"Email-Verification"
],
"author": "Sai Prakash S. <sylonzero@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SylonZero/node-pin/issues"
},
"homepage": "https://github.com/SylonZero/node-pin#readme",
"devDependencies": {
"jest": "^29.7.0"
},
"dependencies": {
"seedrandom": "^3.0.5"
}
}