Spaces:
Sleeping
Sleeping
File size: 465 Bytes
2a1c46d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"name": "@otplib/core",
"description": "core method for otplib",
"version": "12.0.1",
"main": "./index.js",
"publishConfig": {
"access": "public"
},
"scripts": {},
"keywords": [
"otplib-core"
],
"otplib": {},
"author": "Gerald Yeo <contact@fusedthought.com>",
"license": "MIT",
"homepage": "https://yeojz.otplib.dev",
"repository": "https://github.com/yeojz/otplib/tree/master/packages/otplib-core",
"types": "./index.d.ts"
} |