UNPKG

@accounts/two-factor

Version:

[![npm](https://img.shields.io/npm/v/@accounts/two-factor.svg)](https://www.npmjs.com/package/@accounts/two-factor) ![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)

36 lines (35 loc) 877 B
{ "name": "@accounts/two-factor", "version": "1.0.0-rc-20240308104521-8c44e20d17ded2c8e8b7299c4bd7268b3582deb3", "license": "MIT", "main": "lib/index.js", "typings": "lib/index.d.ts", "publishConfig": { "access": "public" }, "scripts": { "clean": "yarn run -T rimraf lib", "start": "yarn run -T tsc --watch", "precompile": "yarn run clean", "compile": "yarn run -T tsc", "prepublishOnly": "yarn run compile", "test": "yarn run test", "testonly": "yarn run -T jest", "coverage": "yarn run -T jest --coverage" }, "files": [ "src", "lib" ], "jest": { "testEnvironment": "node", "preset": "ts-jest" }, "dependencies": { "@levminer/speakeasy": "1.4.2", "tslib": "2.6.2" }, "devDependencies": { "@accounts/types": "1.0.0-rc-20240308104521-8c44e20d17ded2c8e8b7299c4bd7268b3582deb3" } }