{
  "name": "@onairos/react-native",
  "version": "4.3.2",
  "description": "Onairos React Native SDK for social media authentication and AI model training",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "react-native": "lib/module/index.js",
  "source": "src/index",
  "files": [
    "lib",
    "android",
    "ios",
    "*.podspec",
    "!example",
    "!example/**",
    "!scripts",
    "!scripts/**",
    "!lib/**/SephoraConnectorTest.*",
    "!lib/**/connectorTests.*",
    "!lib/**/*.md",
    "!lib/**/webchangelog/**",
    "!**/.maestro",
    "!**/.maestro/**",
    "!lib/typescript/example",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*",
    "!**/*.map"
  ],
  "scripts": {
    "test": "jest",
    "test:sdk": "node tests/test-runner.js",
    "test:oauth": "node tests/test-runner.js --suite \"OAuth WebView\"",
    "test:api-key": "node tests/test-runner.js --suite \"API Key Initialization\"",
    "test:api-validation": "node tests/test-runner.js --suite \"API Validation\"",
    "test:list": "node tests/test-runner.js --list",
    "diagnose:api": "node diagnose-api-validation.js",
    "typecheck": "tsc --noEmit --skipLibCheck",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "consumer:ios:clean": "bash scripts/run-consumer-clean.sh",
    "consumer:watch-local-sdk": "node scripts/watch-consumer-local-sdk.js",
    "consumer:watch-local-sdk:ios": "node scripts/watch-consumer-local-sdk.js --relaunch-ios",
    "maestro:install": "bash scripts/install-maestro.sh",
    "maestro:test": "npm --prefix example run maestro:test",
    "maestro:test:main": "npm --prefix example run maestro:test:main",
    "maestro:test:no-init": "npm --prefix example run maestro:test:no-init",
    "maestro:test:basic": "npm --prefix example run maestro:test:basic",
    "maestro:test:experiments": "npm --prefix example run maestro:test:experiments",
    "maestro:test:youtube-live": "bash scripts/run-live-youtube-oauth.sh",
    "maestro:test:tiktok-live": "bash scripts/run-live-tiktok-connector.sh",
    "maestro:test:full-flow-live": "bash scripts/run-live-training-experiment.sh",
    "maestro:test:training-live": "bash scripts/run-live-training-experiment.sh",
    "test:reset-user": "bash scripts/run-test-user-reset.sh",
    "prepare": "echo 'Skipping build for local development'",
    "release": "release-it",
    "example": "npm --prefix example",
    "bootstrap": "npm run example && npm install",
    "build": "npm run clean && bob build && npm run obfuscate",
    "build:dev": "npm run clean && bob build",
    "build:js": "bob build",
    "build:types": "bob build",
    "build:all": "npm run clean && bob build && npm run obfuscate",
    "obfuscate": "node scripts/obfuscate.js",
    "obfuscate:dry": "node scripts/obfuscate.js --dry-run --verbose",
    "clean": "del-cli lib",
    "prebuild": "npm run clean",
    "verify": "node scripts/verify-pack.js",
    "build:secure": "npm run clean && bob build && npm run obfuscate",
    "prepublishOnly": "npm run build:secure && npm run verify"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "oauth",
    "social-media",
    "authentication",
    "onairos",
    "user data",
    "personalization",
    "user context",
    "context",
    "context window"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/onairos/onairos-react-native.git"
  },
  "author": "Onairos",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/onairos/onairos-react-native/issues"
  },
  "homepage": "https://www.npmjs.com/package/@onairos/react-native",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@react-native-async-storage/async-storage": "^2.2.0",
    "axios": "^1.6.2",
    "js-sha256": "^0.11.0",
    "jwt-decode": "^4.0.0",
    "react-native-crypto-js": "^1.0.0",
    "react-native-rsa-native": "^2.0.5"
  },
  "peerDependencies": {
    "@react-native-community/netinfo": ">=9.0.0",
    "react-native-linear-gradient": ">=2.8.0",
    "@react-native-google-signin/google-signin": ">=10.0.0",
    "lottie-react-native": ">=6.0.0",
    "react": ">=17.0.0",
    "react-native": ">=0.65.0",
    "react-native-document-picker": ">=8.0.0",
    "react-native-fs": ">=2.0.0",
    "react-native-inappbrowser-reborn": ">=3.7.0",
    "react-native-keychain": ">=8.0.0",
    "react-native-safe-area-context": ">=4.0.0",
    "react-native-svg": ">=12.0.0",
    "react-native-webview": ">=11.0.0",
    "socket.io-client": ">=4.0.0"
  },
  "peerDependenciesMeta": {
    "@react-native-community/netinfo": {
      "optional": false
    },
    "@react-native-google-signin/google-signin": {
      "optional": true
    },
    "react-native-document-picker": {
      "optional": true
    },
    "react-native-fs": {
      "optional": true
    },
    "react-native-inappbrowser-reborn": {
      "optional": true
    },
    "react-native-keychain": {
      "optional": false
    },
    "react-native-webview": {
      "optional": false
    }
  },
  "devDependencies": {
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
    "@babel/plugin-proposal-optional-chaining": "^7.21.0",
    "@babel/preset-env": "^7.28.3",
    "@babel/preset-typescript": "^7.27.1",
    "@react-native-community/eslint-config": "^3.0.0",
    "@release-it/conventional-changelog": "^5.0.0",
    "@tsconfig/react-native": "^3.0.6",
    "@types/jest": "^28.1.2",
    "@types/node": "^22.15.21",
    "@types/react": "^18.2.0",
    "@types/react-native": "^0.70.0",
    "@types/react-native-vector-icons": "^6.4.13",
    "@types/socket.io-client": "^3.0.0",
    "babel-plugin-module-resolver": "^4.1.0",
    "del-cli": "^5.1.0",
    "eslint": "^8.4.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "glob": "^13.0.0",
    "javascript-obfuscator": "^5.1.0",
    "jest": "^28.1.1",
    "lottie-react-native": "^7.3.4",
    "metro-react-native-babel-preset": "^0.73.10",
    "prettier": "^2.0.5",
    "react": "18.2.0",
    "react-native": "0.71.0",
    "react-native-builder-bob": "^0.20.0",
    "release-it": "^15.0.0",
    "typescript": "^4.9.5"
  },
  "resolutions": {
    "@types/react": "^18.0.0"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json",
          "tscFlags": [
            "--skipLibCheck"
          ]
        }
      ]
    ]
  }
}