{
  "name": "lets-mfa",
  "version": "0.1.98",
  "description": "Free, secure, and quick way to add MFA to your existing app. No user migrations or re-architecture needed!",
  "main": "src/main.js",
  "bin": {
    "letsmfa": "src/bin.js"
  },
  "scripts": {
    "generate-keys": "node src/bin.js generate-keys -o tmp",
    "start": "ts-node src/main.ts",
    "build": "gulp build",
    "test": "mocha --slow 3000 --timeout 60000 --max-old-space-size=8192 -r ts-node/register test/*.ts"
  },
  "keywords": [
    "MFA",
    "Multi-Factor",
    "Authentication"
  ],
  "author": "LetsMFA.com",
  "license": "ISC",
  "dependencies": {
    "jose": "^4.14.4",
    "lets-mfa-rp-lib": "file:../lib/typescript/rp-lib",
    "minimist": "^1.2.8"
  }
}
