{
  "name": "@iproov/react-native",
  "title": "iProov React Native SDK",
  "version": "2.0.2",
  "description": "The iProov Biometrics SDK for React Native, providing flexible authentication for identity assurance",
  "main": "index.js",
  "files": [
    "README.md",
    "android",
    "index.js",
    "ios",
    "src",
    "iproov-react-native.podspec",
    "LICENSE.md"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:iProov/react-native.git",
    "baseUrl": "https://github.com/iProov/react-native"
  },
  "keywords": [
    "react-native",
    "iproov",
    "biometric",
    "authentication"
  ],
  "author": {
    "name": "iProov",
    "email": "support@iproov.com"
  },
  "license": "BSD-3-Clause",
  "licenseFilename": "LICENSE.md",
  "readmeFilename": "README.md",
  "dependencies": {
    "react": "18.2.0",
    "react-native": "0.73.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0",
    "@babel/preset-env": "^7.20.0",
    "@babel/runtime": "^7.20.0",
    "@react-native/babel-preset": "^0.73.18",
    "@react-native/eslint-config": "^0.73.1",
    "@react-native/metro-config": "^0.73.2",
    "@react-native/typescript-config": "^0.73.1",
    "@types/react": "^18.2.6",
    "@types/react-test-renderer": "^18.0.0",
    "babel-jest": "^29.6.3",
    "eslint": "^8.19.0",
    "jest": "^29.6.3",
    "prettier": "2.8.8",
    "react-test-renderer": "18.2.0",
    "typescript": "5.0.4"
  },
  "engines": {
    "node": ">=18"
  }
}
