fastify-totp
Version:
A plugin to handle TOTP (e.g. for 2FA)
47 lines (46 loc) • 1.09 kB
JSON
{
"name": "fastify-totp",
"version": "1.0.0",
"description": "A plugin to handle TOTP (e.g. for 2FA)",
"main": "totp.js",
"scripts": {
"test": "npx tap -Rspec --coverage test/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beliven-it/fastify-totp.git"
},
"keywords": [
"fastify",
"plugin",
"totp",
"2fa",
"speakeasy",
"auth"
],
"author": "Beliven",
"license": "MIT",
"bugs": {
"url": "https://github.com/beliven-it/fastify-totp/issues"
},
"homepage": "https://github.com/beliven-it/fastify-totp#readme",
"devDependencies": {
"eslint": "^7.27.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"fastify": "^3.17.0",
"fastify-sensible": "^3.1.1",
"tap": "^16.0.0"
},
"dependencies": {
"fastify-plugin": "^3.0.0",
"qrcode": "^1.4.4",
"speakeasy": "^2.0.0"
},
"tap": {
"check-coverage": false
}
}