{
  "name": "@react-native-oh-tpl/react-native-fingerprint-scanner",
  "version": "6.0.0-0.0.4",
  "description": "React Native Biometrics Scanner for Android and iOS and harmony",
  "main": "index.js",
  "harmony": {
    "alias": "react-native-fingerprint-scanner",
    "codegenConfig": {
      "specPaths": [ 
        "./src"
      ]
    }
  },
  "keywords": [
    "react-native",
    "react-native-component",
    "react-component",
    "react",
    "native",
    "touch",
    "touchid",
    "touch-id",
    "fingerprint",
    "fingerprint-scanner",
    "authentication",
    "authenticate",
    "auth",
    "face-id",
    "faceid",
    "biometrics",
    "harmony"
  ],
  "peerDependencies": {
    "react-native": ">=0.60 <1.0.0"
  },
  "dependencies": {
    "react-native-fingerprint-scanner": "6.0.0"
  },

  "repository": {
    "type": "git",
    "url": "https://github.com/react-native-oh-library/react-native-fingerprint-scanner.git"
  },
  "homepage": "https://github.com/react-native-oh-library/react-native-fingerprint-scanner#readme",
  "author": "Hieu Van (https://github.com/hieuvp)",
  "license": "MIT",
  "types": "index.d.ts",
  "scripts": {
    "android": "cd examples && react-native run-android",
    "ios": "cd examples && react-native run-ios",
    "cleanup": "rm -rf android/build ios/build yarn.lock node_modules && cd examples && rm -rf android/build android/app/build ios/build yarn.lock node_modules",
    "cleanup:android": "cd examples/android && ./gradlew clean",
    "cleanup:install": "yarn cleanup && yarn && cd examples && yarn && cd .. && yarn symlink && yarn cleanup:android"
  }
}
