{
  "name": "react-native-biometrics-extended",
  "version": "3.0.16",
  "summary": "A React Native library for biometrics (fork of https://github.com/SelfLender/react-native-biometrics)",
  "description": "React Native biometric functionality for signing and encryption. Supports deactivation of encryption on domain-state change (fork of https://github.com/SelfLender/react-native-biometrics)",
  "main": "build/cjs/index.js",
  "module": "build/esm/index.js",
  "types": "build/esm/index.d.ts",
  "scripts": {
    "clean": "rm -rf build && rm -rf node_modules && npm install",
    "build": "npm run build:cjs && npm run build:esm",
    "build:cjs": "tsc --target es5 --outDir build/cjs --module commonjs",
    "build:esm": "tsc --target es5 --outDir build/esm --module esnext",
    "release": "npm run clean && npm run build && npm publish --access public"
  },
  "keywords": [
    "react-native",
    "android",
    "ios",
    "biometrics",
    "authentication",
    "auth",
    "fingerprint",
    "touch-id",
    "face-id"
  ],
  "homepage": "https://github.com/eyaydin/react-native-biometrics",
  "contributors": [],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Censkh/react-native-biometrics.git"
  },
  "private": false,
  "author": {
    "name": "EA (original author: Brandon Hines)",
    "url": ""
  },
  "license": "MIT",
  "peerDependencies": {
    "react-native": ">=0.59.10"
  },
  "bugs": {
    "url": "https://github.com/SelfLender/react-native-biometrics/issues"
  },
  "devDependencies": {
    "typescript": "^4.9.3"
  }
}
