{
    "name": "@brightlayer-ui/react-native-auth-workflow",
    "description": "Re-usable workflow components for Authentication and Registration within Eaton applications.",
    "version": "8.3.1",
    "license": "BSD-3-Clause",
    "author": {
        "name": "Brightlayer UI",
        "email": "brightlayer-ui@eaton.com"
    },
    "homepage": "https://github.com/etn-ccis/blui-react-native/tree/dev/packages/auth-workflows",
    "repository": {
        "type": "git",
        "url": "https://github.com/etn-ccis/blui-react-native/tree/dev/packages/auth-workflows"
    },
    "keywords": [
        "Brightlayer UI",
        "Auth",
        "Authentication",
        "Eaton",
        "React Native",
        "Workflow"
    ],
    "prettier": "@brightlayer-ui/prettier-config",
    "main": "./index.js",
    "publishConfig": {
        "main": "./index.js"
    },
    "type": "module",
    "scripts": {
        "test": "jest",
        "build": "bash ./scripts/buildAuth.sh",
        "generate:licenses": "npm-license-crawler -onlyDirectDependencies --exclude ./example -json LICENSES.json",
        "typescript": "tsc --noEmit",
        "publish:package": "cd dist && set npm_config_yes=true && npx -p @brightlayer-ui/publish blui-publish",
        "coverage": "yarn test --coverage --watchAll=false",
        "tag:package": "cd dist && npx -p @brightlayer-ui/tag blui-tag -s -blui-react-native-auth-workflow"
    },
    "dependencies": {
        "@brightlayer-ui/react-native-themes": "^8.1.1",
        "@types/react": "^19.0.0",
        "@types/react-dom": "^19.0.0",
        "color": "^5.0.3",
        "lodash.clonedeep": "^4.5.0"
    },
    "resolutions": {
        "semver@2 || 3 || 4": "5.7.2"
    },
    "peerDependencies": {
        "@brightlayer-ui/react-native-components": "^9.3.0",
        "@brightlayer-ui/react-native-vector-icons": "^3.1.0",
        "@okta/okta-react-native": "^2.17.1",
        "i18next": "^25.2.1",
        "react": "^19.2.0",
        "react-i18next": "^15.5.3",
        "react-native": "~0.84.0",
        "react-native-gesture-handler": "^2.30.0",
        "react-native-keyboard-aware-scroll-view": "^0.9.5",
        "react-native-pager-view": "^7.0.2",
        "react-native-paper": "^5.15.0",
        "react-native-reanimated": "^4.2.2",
        "react-native-safe-area-context": "5.7.0",
        "react-native-vector-icons": "^10.2.0",
        "react-native-webview": "^13.16.1"
    },
    "devDependencies": {
        "@babel/core": "^7.27.4",
        "@babel/preset-env": "^7.27.2",
        "@babel/preset-react": "^7.27.1",
        "@babel/runtime": "^7.27.6",
        "@brightlayer-ui/colors": "^4.0.0",
        "@brightlayer-ui/eslint-config": "^4.0.0",
        "@brightlayer-ui/icons-svg": "^1.15.0",
        "@brightlayer-ui/prettier-config": "^1.0.3",
        "@brightlayer-ui/react-native-components": "^9.3.0",
        "@brightlayer-ui/react-native-vector-icons": "^3.1.0",
        "@okta/okta-react-native": "^2.17.1",
        "@react-native-async-storage/async-storage": "^3.0.1",
        "@react-native-community/bob": "^0.17.1",
        "@react-native-community/masked-view": "^0.1.11",
        "@react-native-vector-icons/material-design-icons": "^12.0.1",
        "@react-native-vector-icons/material-icons": "^12.3.0",
        "@react-native/babel-preset": "^0.84.0",
        "@react-native/eslint-config": "0.84.0",
        "@react-native/metro-config": "0.84.0",
        "@react-native/typescript-config": "0.84.0",
        "@react-navigation/drawer": "^7.9.4",
        "@react-navigation/native": "^7.1.33",
        "@react-navigation/native-stack": "^7.14.4",
        "@react-navigation/stack": "^7.8.4",
        "@testing-library/dom": "^10.4.0",
        "@testing-library/jest-dom": "^6.9.1",
        "@testing-library/jest-native": "^5.4.3",
        "@testing-library/react-native": "^13.3.3",
        "@types/color": "^4.2.0",
        "@types/jest": "^30.0.0",
        "@types/lodash.clonedeep": "^4.5.9",
        "@types/node": "^24.0.1",
        "@types/react-native": "^0.73.0",
        "@types/react-native-vector-icons": "^6.4.18",
        "@types/react-test-renderer": "^19.1.0",
        "@typescript-eslint/eslint-plugin": "^8.34.0",
        "@typescript-eslint/parser": "^8.34.0",
        "babel-jest": "^30.0.0",
        "date-fns": "4.1.0",
        "eslint": "^9.39.0",
        "eslint-config-prettier": "^10.1.5",
        "eslint-plugin-react": "^7.37.5",
        "eslint-plugin-react-hooks": "^5.2.0",
        "husky": "^9.1.7",
        "i18next": "^25.2.1",
        "identity-obj-proxy": "^3.0.0",
        "intl-pluralrules": "^2.0.1",
        "jest": "^30.0.0",
        "jest-environment-jsdom": "^30.0.0",
        "jest-junit": "^16.0.0",
        "jsdom": "^28.1.0",
        "metro-react-native-babel-preset": "^0.77.0",
        "npm-license-crawler": "^0.2.1",
        "prettier": "3.8.1",
        "react": "19.2.3",
        "react-i18next": "^15.5.3",
        "react-native": "~0.84.0",
        "react-native-dotenv": "^3.4.11",
        "react-native-gesture-handler": "^2.30.0",
        "react-native-keyboard-aware-scroll-view": "^0.9.5",
        "react-native-modal": "^12.0.2",
        "react-native-pager-view": "^7.0.2",
        "react-native-paper": "^5.15.0",
        "react-native-reanimated": "^4.2.2",
        "react-native-restart": "^0.0.27",
        "react-native-safe-area-context": "5.7.0",
        "react-native-screens": "^4.24.0",
        "react-native-select-dropdown": "^4.0.1",
        "react-native-svg": "^15.15.3",
        "react-native-svg-transformer": "^1.5.1",
        "react-native-vector-icons": "^10.2.0",
        "react-native-webview": "^13.16.1",
        "react-test-renderer": "19.2.3",
        "tsc-esm-fix": "^3.1.2",
        "typescript": "5.9.3"
    },
    "eslintIgnore": [
        "node_modules/"
    ],
    "husky": {
        "hooks": {
            "pre-push": "yarn lint && yarn typescript && yarn test"
        }
    },
    "jest-junit": {
        "reporters": [
            "jest-junit"
        ],
        "output": "./junit.xml",
        "classNameTemplate": "{classname}-{title}",
        "titleTemplate": "{classname}-{title}",
        "ancestorSeparator": " › ",
        "suiteNameTemplate": "{filepath}",
        "usePathForSuiteName": "true"
    }
}
