@jovijovi/express-2fa-token
Version:
2FA token middleware for pedro.js
43 lines (42 loc) • 1.18 kB
JSON
{
"name": "@jovijovi/express-2fa-token",
"version": "1.1.0",
"description": "2FA token middleware for pedro.js",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
"dependencies": {
"@jovijovi/two-fa.js": "^0.2.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf ./dist/*",
"build": "yarn clean && tsc --build",
"clean-pub": "rm -rf ./publish/* && mkdir -p ./publish",
"prepub": "yarn clean-pub && yarn build && cp -ap ./dist/* ./publish/ && cp -ap LICENSE ./publish/ && cp -ap package.json ./publish/ && cp -ap README.md ./publish/"
},
"repository": {
"directory": "lib/network/http/middleware/twofa-token",
"type": "git",
"url": "git+https://github.com/jovijovi/pedro.js.git"
},
"keywords": [
"typescript",
"microservice",
"toolkit",
"pedro",
"network",
"http",
"express",
"2FA",
"two-fa",
"token",
"authorization"
],
"author": "jovijovi <mageyul@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jovijovi/pedro.js/issues"
},
"homepage": "https://github.com/jovijovi/pedro.js#readme"
}