lintry

init

1 +{
2 + "name": "totp-key",
3 + "version": "1.0.0",
4 + "description": "创建基于TOTP的登录密钥所需要的方法",
5 + "main": "index.js",
6 + "scripts": {
7 + "test": "echo \"Error: no test specified\" && exit 1"
8 + },
9 + "repository": {
10 + "type": "git",
11 + "url": "git@gitlab.kmlab.com:tools/totp-key.git"
12 + },
13 + "keywords": [],
14 + "author": "lintry <shenlin00@gmail.com>",
15 + "license": "MIT",
16 + "dependencies": {
17 + "speakeasy": "^2.0.0"
18 + }
19 +}
1 +# 使用TOTP的登录密钥
2 +
3 +创建基于TOTP的登录密钥所需要的方法
...\ No newline at end of file ...\ No newline at end of file