{
  "name": "react-native-powerauth-mobile-sdk",
  "title": "PowerAuth SDK for React Native Mobile Apps",
  "version": "4.3.0",
  "description": "Wultra PowerAuth Mobile SDK React Native component for iOS and Android",
  "packageManager": "yarn@4.3.1+sha512.af78262d7d125afbfeed740602ace8c5e4405cd7f4735c08feb327286b2fdb2390fbca01589bfd1f50b1240548b74806767f5a063c94b67e431aabd0d86f7774",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index",
  "source": "src",
  "scripts": {
    "build": "yarn generate:sdk-version && bob build && yarn build:types",
    "prepare": "yarn build",
    "build:types": "tsc -p tsconfig.build-types.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "lint": "eslint .",
    "format": "prettier -w .",
    "generate:sdk-version": "node scripts/generate-sdk-version.cjs"
  },
  "files": [
    "README.md",
    "src/**/*",
    "android/generated/jni/CMakeLists.txt",
    "android/src/main/AndroidManifest.xml",
    "android/src/main/java/com/wultra/android/powerauth/bridge/*.*",
    "android/src/main/java/com/wultra/android/powerauth/js/*.*",
    "android/src/main/java/com/wultra/android/powerauth/reactnative/*.*",
    "android/build.gradle",
    "lib/**/*",
    "ios/PowerAuth.xcodeproj/project.pbxproj",
    "ios/PowerAuth/*.m",
    "ios/PowerAuth/*.c",
    "ios/PowerAuth/*.h",
    "react-native-powerauth-mobile-sdk.podspec"
  ],
  "homepage": "https://www.wultra.com/mobile-security-suite",
  "repository": {
    "type": "git",
    "url": "https://github.com/wultra/react-native-powerauth-mobile-sdk.git"
  },
  "keywords": [
    "react-native",
    "powerauth",
    "security"
  ],
  "author": {
    "name": "Wultra s.r.o.",
    "email": "support@wultra.com"
  },
  "license": "Apache 2.0",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "dependencies": {
    "node-fetch": ">=2.6.1"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@react-native/eslint-config": "^0.78.0",
    "@react-native/eslint-plugin": "^0.78.0",
    "@react-native/typescript-config": "^0.78.0",
    "@types/react": "^19.0.0",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "prettier": "^3.3.3",
    "react": "19.0.0",
    "react-native": "^0.78.1",
    "react-native-builder-bob": "^0.40.13",
    "typescript": "^5.4.0"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "module",
        {
          "esm": true
        }
      ],
      "commonjs"
    ]
  }
}
