@0xbigboss/react-native-passkeys
Version:
A library for using (webauthn) passkeys on iOS, Android & web with a single api
49 lines (48 loc) • 1.59 kB
JSON
{
"name": "@0xbigboss/react-native-passkeys",
"version": "0.4.0",
"description": "A library for using (webauthn) passkeys on iOS, Android & web with a single api",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"expo-module": "expo-module",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"auth",
"webauthn",
"passkeys",
"expo",
"rn-passkeys",
"react-native-passkeys",
"ReactNativePasskeys"
],
"repository": "https://github.com/peterferguson/react-native-passkeys",
"bugs": {
"url": "https://github.com/peterferguson/react-native-passkeys/issues"
},
"author": "Peter Ferguson <peterferguson95@gmail.com> (https://github.com/peterferguson)",
"license": "MIT",
"homepage": "https://github.com/peterferguson/react-native-passkeys#readme",
"devDependencies": {
"@biomejs/biome": "1.2.2",
"@changesets/cli": "^2.26.2",
"@simplewebauthn/typescript-types": "^8.0.0",
"@types/react": "^18.0.25",
"expo-module-scripts": "^3.4.1",
"expo-modules-core": "^1.11.9",
"typescript": "^5.2.2"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}