@accounts/two-factor
Version:
[](https://www.npmjs.com/package/@accounts/two-factor) 
36 lines (35 loc) • 877 B
JSON
{
"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"
}
}