lintry

init

{
"name": "totp-key",
"version": "1.0.0",
"description": "创建基于TOTP的登录密钥所需要的方法",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitlab.kmlab.com:tools/totp-key.git"
},
"keywords": [],
"author": "lintry <shenlin00@gmail.com>",
"license": "MIT",
"dependencies": {
"speakeasy": "^2.0.0"
}
}
# 使用TOTP的登录密钥
创建基于TOTP的登录密钥所需要的方法
\ No newline at end of file