{
  "name": "@seontechnologies/seon-react-native-mobile-wrapper",
  "version": "3.3.4",
  "description": "SEON Mobile SDK React Native Wrapper",
  "main": "lib/src/index.js",
  "types": "lib/src/index.d.ts",
  "scripts": {
    "build": "rm -rf lib && tsc -p tsconfig.build.json",
    "example": "yarn workspace seon-react-native-mobile-wrapper-example",
    "test": "jest",
    "typecheck": "tsc",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib"
  },
  "codegenConfig": {
    "name": "SeonReactNativeMobileWrapperSpec",
    "type": "all",
    "jsSrcsDir": "src",
    "android": {
      "javaPackageName": "com.seonreactnativemobilewrapper"
    }
  },
  "keywords": [
    "seon",
    "react-native",
    "ios",
    "android"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/seontechnologies/"
  },
  "author": "SEON Technologies Ltd. <team-device-fingerprinting@seon.io> (https://seon.io)",
  "license": "MIT",
  "bugs": {
    "url": "https://seon.io",
    "email": "team-device-fingerprinting@seon.io"
  },
  "homepage": "https://seon.io",
  "devDependencies": {
    "@commitlint/config-conventional": "^19.0.3",
    "@react-native/eslint-config": "^0.74.0",
    "@release-it/conventional-changelog": "^7.0.2",
    "@tsconfig/react-native": "^3.0.5",
    "@types/jest": "^29.5.12",
    "@types/react": "^19.0.0",
    "commitlint": "^19.0.3",
    "del-cli": "^5.1.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "jest": "^29.7.0",
    "prettier": "^3.2.5",
    "react": "^19.0.0",
    "react-native": "0.78.0",
    "turbo": "^2.1.0",
    "typescript": "^5.3.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  }
}