{
  "name": "@finos_sdk/sdk-ekyc",
  "version": "1.5.6",
  "description": "React Native SDK for eKYC - Vietnamese CCCD NFC reading, OCR, Liveness detection, Face matching, and C06, eSign, SmsOTP residence verification",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "react-native.config.js",
    "android/src/main/java",
    "android/build.gradle",
    "android/settings.gradle",
    "android/gradle.properties",
    "android/gradle/wrapper/**",
    "android/gradlew",
    "android/gradlew.bat",
    "android/consumer-rules.pro",
    "ios/**",
    "finos-ekyc-sdk.podspec",
    "src/**"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/finosvn/finos.ekyc.sdk.git"
  },
  "author": "FinOS",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/finosvn/finos.ekyc.sdk/issues"
  },
  "homepage": "https://github.com/finosvn/finos.ekyc.sdk#readme",
  "keywords": [
    "react-native",
    "ekyc",
    "nfc",
    "ocr",
    "liveness",
    "face-matching",
    "vietnamese",
    "cccd",
    "identity-verification",
    "finos-sdk",
    "android",
    "typescript"
  ],
  "scripts": {
    "clear": "rm -rf node_modules dist package-lock.json && npm cache clean --force && (cd android && ./gradlew clean 2>/dev/null) || true",
    "npm-install": "npm install",
    "npm-install-legacy": "npm install --legacy-peer-deps",
    "build": "tsc && mkdir -p dist && cp package.json dist/",
    "publish-sdk-local": "npm run build && npm pack",
    "publish-sdk": "npm run build && npm publish --access public",
    "publish-sdk-version": "npm run build && npm version patch --force && npm publish --access public"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": ">=0.70.0"
  },
  "dependencies": {
    "reflect-metadata": "^0.2.1",
    "tsyringe": "^4.10.0"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@babel/runtime": "^7.25.0",
    "@react-native-community/cli": "16.0.3",
    "@react-native/babel-preset": "0.77.0",
    "@react-native/eslint-config": "0.77.0",
    "@react-native/metro-config": "0.77.0",
    "@react-native/typescript-config": "0.77.0",
    "@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": "18.2.0",
    "react-native": "0.73.0",
    "react-test-renderer": "18.2.0",
    "typescript": "^5.0.4"
  },
  "engines": {
    "node": ">=18"
  }
}