package.json 737 Bytes
{
  "name": "kml-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",
  "files": [
    "/*",
    "!/.*",
    "!/test"
  ],
  "dependencies": {
    "kml-crypto-utils": "git+ssh://git@gitlab.kmlab.com:comm/crypto-utils.git#1.1.7",
    "lodash": "^4.17.4",
    "qr-image": "^3.2.0",
    "speakeasy": "^2.0.0"
  },
  "devDependencies": {
    "otpauth": "^2.2.3",
    "otplib": "^4.0.6",
    "sjcl": "^1.0.6"
  }
}