{
  "name": "@faceki/blaze-react-native",
  "description": "Faceki eKYC Blaze 3.0",
  "version": "2.0.2",
  "private": false,
  "main": "index.ts",
  "author": "Faceki <tech@faceki.com>",
  "files": [
    "src/",
    "assets/",
    "App.tsx",
    "index.ts",
    "index.d.ts",
    "index.js",
    "declarations.d.ts",
    "globalStyles.ts",
    "react-native.config.js",
    "tsconfig.json"
  ],
  "peerDependencies": {
    "@react-native-community/geolocation": ">=3.4.0",
    "@bam.tech/react-native-image-resizer": ">=3.0.11",
    "lottie-react-native": ">=7.0.0",
    "react": ">=19.0.0",
    "react-native": ">=0.84.0",
    "react-native-fs": ">=2.20.0",
    "react-native-loading-spinner-overlay": ">=3.0.0",
    "react-native-safe-area-context": ">=5.0.0",
    "react-native-toast-message": ">=2.0.0",
    "react-native-vector-icons": ">=10.0.0",
    "react-native-vision-camera": ">=4.7.0"
  },
  "dependencies": {
    "@rneui/base": "^5.0.0",
    "@rneui/themed": "^5.0.0",
    "axios": "^1.4.0"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "jest",
    "package": "npm pack"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@babel/runtime": "^7.25.0",
    "@react-native-community/cli": "20.1.3",
    "@react-native-community/cli-platform-android": "20.1.3",
    "@react-native-community/cli-platform-ios": "20.1.3",
    "@react-native/babel-preset": "0.84.1",
    "@react-native/eslint-config": "0.84.1",
    "@react-native/metro-config": "0.84.1",
    "@tsconfig/react-native": "^3.0.0",
    "@types/metro-config": "^0.76.3",
    "@types/react": "^19.2.0",
    "@types/react-native-vector-icons": "^6.4.18",
    "@types/react-test-renderer": "^19.1.0",
    "babel-jest": "^29.2.1",
    "eslint": "^8.19.0",
    "jest": "^29.2.1",
    "prettier": "^2.4.1",
    "react-test-renderer": "19.2.3",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "react",
    "react-native",
    "react-component",
    "kyc",
    "faceki",
    "ID verification",
    "plugin",
    "know your customer"
  ],
  "bugs": {
    "url": "https://github.com/faceki/blaze-react-native/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/faceki/blaze-react-native.git"
  },
  "homepage": "https://github.com/faceki/blaze-react-native"
}