Showing
2 changed files
with
22 additions
and
0 deletions
package.json
0 → 100644
| 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 | +} |
-
Please register or login to post a comment