@me7/totp
Version:
Time-Based One-Time Password Algorithm (RFC 6238)
27 lines (26 loc) • 588 B
JSON
{
"name": "@me7/totp",
"version": "1.3.0",
"src": "src/index.ts",
"main": "dist/index.js",
"author": "Gampol T.",
"repository": "github:me7/totp",
"description": "Time-Based One-Time Password Algorithm (RFC 6238)",
"url": "https://github.com/me7/totp",
"license": "MIT",
"keywords": [
"OTP",
"2FA"
],
"devDependencies": {
"rollup": "^1.17.0",
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-typescript2": "^0.22.0",
"typescript": "^3.5.3"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
},
"dependencies": {}
}