{
  "name": "rn-passkeys",
  "version": "0.1.6",
  "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.0.11",
    "expo-modules-core": "^1.5.7",
    "typescript": "^5.2.2"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}