@ideem/zsm-react-native
Version:
ZSM makes 2FA easy and invisible for everyone, all the time, using advanced cryptography like MPC to establish cryptographic proof of the origin of any transaction or login attempt, while eliminating opportunities for social engineering. ZSM has no relian
74 lines (73 loc) • 2.43 kB
JSON
{
"name": "@ideem/zsm-react-native",
"version": "2.4.7",
"description": "ZSM makes 2FA easy and invisible for everyone, all the time, using advanced cryptography like MPC to establish cryptographic proof of the origin of any transaction or login attempt, while eliminating opportunities for social engineering. ZSM has no reliance on specific hardware. Our cryptographic module has completed FIPS 140-3 NIST approved lab testing, is FIDO2-ready, and is on the Modules In Progress (MIP) list. Superior Usability. no opt-in, no codes, no downloads, no authenticator apps. Better Security. USE THIS PACKAGE FOR REACT NATIVE APPLICATIONS ONLY! For other platforms/frameworks, use the @ideem/zsm-client-sdk package.",
"keywords": [
"authentication",
"biometrics",
"client",
"fido2",
"FIDO2",
"FIDO2Client",
"ideem",
"javascript",
"library",
"multi-factor",
"react-native",
"security",
"umfa",
"UMFA",
"UMFAClient",
"webauthn",
"zsm-client-sdk",
"zsm"
],
"license": "SEE LICENSE IN LICENSE",
"author": "Joel Teply <joel@useideem.com>",
"collaborators": [
"Joshua Sultan <jsoh@useideem.com>",
"@JJ <jj@useideem.com>",
"Brian Koziel <brian@useideem.com>",
"Todd Decker <todd@useideem.com>"
],
"repository": {
"type": "git",
"url": "github:useideem/vHSM"
},
"homepage": "http://useideem.com",
"bugs": "https://github.com/useideem/vHSM/issues",
"scripts": {
"start": "echo 'This is a library, not an application. No start script defined. To use, import the library.'",
"version": "echo \"@ideem/zsm-react-native Version: $(jq -r .version package.json)\""
},
"main": "lib/index.js",
"devDependencies": {
"@babel/cli": "^7.25.0",
"@babel/core": "^7.25.0",
"@babel/plugin-transform-runtime": "^7.25.0",
"@babel/preset-env": "^7.25.0",
"@babel/preset-react": "^7.25.0",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "^18.0.0",
"@react-native/babel-preset": "^0.74.0",
"@react-native/metro-config": "^0.79.2",
"copyfiles": "^2.4.1",
"eslint": "^8.50.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.60.0"
},
"files": [
"android",
"ios",
"lib",
"CHANGELOG.md",
"LICENSE",
"package.json",
"react-native.config.js",
"README.md",
"zsm-react-native.podspec",
"run.sh"
]
}