UNPKG

@nestjs-mod/two-factor

Version:

Two factor module with an error filter, guard, controller, database migrations and rest-sdk for work with module from other nodejs appliaction

117 lines (116 loc) 2.45 kB
{ "name": "@nestjs-mod/two-factor", "description": "Two factor module with an error filter, guard, controller, database migrations and rest-sdk for work with module from other nodejs appliaction", "version": "1.1.8", "keywords": [ "feature", "nestjs", "nestjs-mod", "mod", "two-factor", "2fa", "filter", "controller", "rest", "sdk" ], "license": "MIT", "author": "EndyKaufman <admin@site15.ru>", "engines": { "node": ">=14", "npm": ">=6" }, "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/nestjs-mod/nestjs-mod-contrib/issues" }, "homepage": "https://github.com/nestjs-mod/nestjs-mod-contrib", "repository": { "type": "git", "url": "git+https://github.com/nestjs-mod/nestjs-mod-contrib.git" }, "maintainers": [ { "name": "EndyKaufman", "email": "admin@site15.ru" } ], "peerDependencies": { "tslib": "*", "@prisma/client": "*", "@nestjs/swagger": "*", "class-validator": "*", "class-transformer": "*", "@nestjs/common": "*", "rxjs": "*", "@nestjs-mod/common": "*", "nestjs-translates": "*", "@nestjs/core": "*", "@nestjs-mod/prisma-tools": "*", "@nestjs-mod/prisma": "*", "@prisma/adapter-pg": "*", "otpauth": "*" }, "peerDependenciesMeta": { "tslib": { "optional": true }, "@prisma/client": { "optional": true }, "@nestjs/swagger": { "optional": true }, "class-validator": { "optional": true }, "class-transformer": { "optional": true }, "@nestjs/common": { "optional": true }, "rxjs": { "optional": true }, "@nestjs-mod/common": { "optional": true }, "nestjs-translates": { "optional": true }, "@nestjs/core": { "optional": true }, "@nestjs-mod/prisma-tools": { "optional": true }, "@nestjs-mod/prisma": { "optional": true }, "@prisma/adapter-pg": { "optional": true }, "otpauth": { "optional": true } }, "type": "commonjs", "main": "./src/index.js", "typings": "./src/index.d.ts", "i18n": [ { "scope": "two-factor", "path": "src/i18n", "strategy": "join" }, { "scope": "two-factor-getText", "path": "src/i18n/getText", "strategy": "join" } ], "types": "./src/index.d.ts" }