{
  "name": "react-native-auth0",
  "title": "React Native Auth0",
  "version": "5.5.0",
  "description": "React Native toolkit for Auth0 API",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/src/index.d.ts",
  "react-native": "src/index.ts",
  "source": "src/index.ts",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "app.plugin.js",
    "!lib/typescript/example",
    "react-native.config.js",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "example": "yarn workspace Auth0Example",
    "test": "jest",
    "test:ci": "jest --coverage",
    "docs": "typedoc --options ./typedoc.json",
    "typecheck": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "lint:fix": "eslint \"**/*.{js,ts,tsx}\" --fix",
    "release": "release-it",
    "ci": "yarn install --immutable && yarn prepare",
    "clean": "del-cli lib android/build example/android/build example/android/app/build example/ios/build",
    "prebuild": "node scripts/replace-telemetry-version.js",
    "build": "yarn lint && yarn prebuild && bob build",
    "prepare": "husky && yarn build",
    "example:android": "cd example && npm run android",
    "example:ios": "cd example && npm run ios",
    "precommit": "pretty-quick --staged",
    "prepush": "yarn build"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/auth0/react-native-auth0.git",
    "baseUrl": "https://github.com/auth0/react-native-auth0"
  },
  "author": {
    "name": "Auth0",
    "email": "support@auth0.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/auth0/react-native-auth0/issues"
  },
  "homepage": "https://github.com/auth0/react-native-auth0#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "react": ">=19.0.0",
    "react-native": ">=0.78.0"
  },
  "peerDependenciesMeta": {
    "expo": {
      "optional": true
    }
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^20.5.0",
    "@eslint/compat": "^2.0.3",
    "@eslint/eslintrc": "^3.3.5",
    "@eslint/js": "^9.39.4",
    "@react-native-community/cli": "20.1.3",
    "@react-native/babel-preset": "0.84.1",
    "@react-native/eslint-config": "0.84.1",
    "@release-it/conventional-changelog": "^10.0.6",
    "@shipgirl/typedoc-plugin-versions": "^0.3.2",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/base-64": "^1.0.2",
    "@types/jest": "^29.5.14",
    "@types/react": "^19.2.14",
    "@types/react-test-renderer": "^19.1.0",
    "@typescript-eslint/eslint-plugin": "^8.57.2",
    "@typescript-eslint/parser": "^8.57.2",
    "commitlint": "^20.5.0",
    "del-cli": "^7.0.0",
    "eslint": "^9.39.4",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-ft-flow": "^3.0.11",
    "eslint-plugin-jest": "^29.15.1",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-react-native": "^5.0.0",
    "expo": "^54.0.29",
    "fetch-mock": "^12.5.3",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "metro-config": "^0.84.2",
    "metro-runtime": "^0.84.2",
    "minami": "^1.2.3",
    "node-fetch": "^3.3.2",
    "pod-install": "^0.3.9",
    "prettier": "^3.8.1",
    "prettier-plugin-organize-imports": "4.3.0",
    "pretty-quick": "^4.2.2",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "react-native": "0.84.1",
    "react-native-builder-bob": "^0.40.18",
    "release-it": "^19.2.4",
    "semver": "^7.7.4",
    "typedoc": "^0.28.18",
    "typedoc-plugin-missing-exports": "^4.1.2",
    "typedoc-plugin-replace-text": "^4.2.0",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.57.2"
  },
  "dependencies": {
    "@auth0/auth0-spa-js": "2.18.2",
    "base-64": "^1.0.0",
    "jwt-decode": "^4.0.0",
    "url": "^0.11.4"
  },
  "workspaces": [
    "example"
  ],
  "jest": {
    "coverageDirectory": "./coverage/",
    "collectCoverage": false,
    "testEnvironment": "./jest.environment",
    "modulePathIgnorePatterns": [
      "fixtures",
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/",
      "<rootDir>/node_modules/(?!fetch-mock)/"
    ],
    "transformIgnorePatterns": [
      "node_modules/(?!(react-native|@react-native|react-native-.*)/)"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": {
          "name": "angular"
        },
        "infile": "CHANGELOG.md"
      }
    }
  },
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "codegenConfig": {
    "name": "RNAuth0Spec",
    "type": "modules",
    "jsSrcsDir": "src",
    "android": {
      "javaPackageName": "com.auth0.react"
    }
  }
}
