react-native-passkeys
Version:
A library for using (webauthn) passkeys on iOS, Android & web with a single api
66 lines • 1.93 kB
JSON
{
"name": "react-native-passkeys",
"version": "0.4.1",
"description": "A library for using (webauthn) passkeys on iOS, Android & web with a single api",
"main": "build/index.js",
"types": "build/index.d.ts",
"keywords": [
"react-native",
"auth",
"webauthn",
"passkeys",
"expo",
"rn-passkeys",
"react-native-passkeys",
"ReactNativePasskeys"
],
"repository": {
"type": "git",
"url": "git+https://github.com/peterferguson/react-native-passkeys.git"
},
"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",
"files": [
"build",
"src",
"android/build.gradle",
"android/src/main",
"ios",
"expo-module.config.json",
"CHANGELOG.md"
],
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.4",
"@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",
"oxfmt": "^0.45.0",
"oxlint": "^1.60.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"expo": ">=53.0.0",
"react": "*",
"react-native": ">=0.71.0"
},
"scripts": {
"build": "expo-module build",
"check-exports": "attw --pack .",
"ci": "pnpm run lint && pnpm run format:check && pnpm run prepare && pnpm run check-exports",
"clean": "expo-module clean",
"expo-module": "expo-module",
"format": "oxfmt --write ./src",
"format:check": "oxfmt --check ./src",
"lint": "oxlint ./src",
"lint:fix": "oxlint --fix ./src",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android",
"test": "expo-module test"
}
}