UNPKG

768 BJSONView Raw
1{
2 "name": "otplib",
3 "description": "HMAC-based (HOTP) and Time-based (TOTP) One-Time Password library",
4 "version": "12.0.1",
5 "main": "./index.js",
6 "publishConfig": {
7 "access": "public"
8 },
9 "scripts": {},
10 "dependencies": {
11 "@otplib/core": "^12.0.1",
12 "@otplib/preset-default": "^12.0.1",
13 "@otplib/preset-v11": "^12.0.1"
14 },
15 "otplib": {},
16 "keywords": [
17 "totp",
18 "hotp",
19 "otp",
20 "authenticator",
21 "one time password",
22 "google authenticator",
23 "authentication",
24 "2FA",
25 "2 factor",
26 "node",
27 "browser"
28 ],
29 "author": "Gerald Yeo <contact@fusedthought.com>",
30 "license": "MIT",
31 "homepage": "https://yeojz.otplib.dev",
32 "repository": "https://github.com/yeojz/otplib",
33 "types": "./index.d.ts"
34}
\No newline at end of file