{
  "name": "@okta/okta-react-native",
  "title": "React Native Okta Sdk Bridge",
  "version": "2.17.2",
  "types": "types/index.d.ts",
  "description": "Okta OIDC for React Native",
  "main": "index.js",
  "podname": "OktaSdkBridgeReactNative",
  "homepage": "https://github.com/okta/okta-react-native",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/okta/okta-react-native.git"
  },
  "files": [
    "index.js",
    "types/index.d.ts",
    "android",
    "ios",
    "LICENSE",
    "CHANGELOG.md",
    "package.json",
    "OktaSdkBridgeReactNative.podspec"
  ],
  "keywords": [
    "react",
    "react-native",
    "authentication",
    "okta",
    "oidc"
  ],
  "author": "developer@okta.com",
  "license": "Apache-2.0",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "events": "^3.1.0",
    "react": "^16.13.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-native": ">=0.70.1"
  },
  "devDependencies": {
    "@babel/core": "^7.18.9",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/preset-env": "^7.17.10",
    "@babel/runtime": "^7.17.9",
    "@react-native-community/eslint-config": "^3.2.0",
    "@types/jest": "^29.5.12",
    "@types/react": "^18.0.9",
    "@types/react-test-renderer": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^7.11.0",
    "@typescript-eslint/parser": "^7.11.0",
    "babel-jest": "^29.7.0",
    "chalk": "^4.1.2",
    "eslint": "^8.5.6",
    "eslint-plugin-jest": "^28.5.0",
    "eslint-plugin-node": "^11.1.0",
    "jest": "^29.7.0",
    "jest-junit": "^16.0.0",
    "metro-react-native-babel-preset": "^0.76.3",
    "react": "18.2.0",
    "react-native": "~0.73.0",
    "shelljs": "^0.8.5",
    "tsd": "^0.31.0",
    "typescript": "^5.4.5"
  },
  "dependencies": {
    "@babel/plugin-transform-async-to-generator": "^7.24.7",
    "@okta/okta-auth-js": "7.8.1",
    "jscodeshift": "^0.15.2",
    "jwt-decode": "^4.0.0",
    "url-parse": "^1.5.10"
  },
  "resolutions": {
    "jscodeshift": "^0.15.2",
    "glob": "^9.3.5",
    "tar": "^6.2.1",
    "micromatch": "^4.0.7",
    "braces": "^3.0.3",
    "ws": "^8.18.0"
  },
  "tsd": {
    "directory": "./dist/types"
  },
  "okta": {
    "commitSha": "da512fab07b1b5d27ea43f1af37395e7aa772fac",
    "fullVersion": "2.17.2-gda512fa"
  }
}
