{
  "name": "tf-checkout-react-native",
  "version": "1.0.47",
  "description": "TheTicketFairy ReactNative Checkout library",
  "homepage": "https://github.com/theticketfairy/tf-checkout-react-native",
  "author": "The Ticket Fairy",
  "license": "MIT",
  "main": "./lib/index.js",
  "module": "./lib/index.mjs",
  "types": "./lib/typescript/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/typescript/src/index.d.ts",
      "import": "./lib/index.mjs",
      "require": "./lib/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "react-native.config.js",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "test": "jest",
    "typecheck": "tsc",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "lint:fix": "eslint \"**/*.{js,ts,tsx}\" --fix",
    "clean": "del-cli lib",
    "build": "bob build --target typescript && tsup",
    "prepare": "npm run build",
    "release": "release-it",
    "release:current": "release-it --no-increment",
    "release:patch": "release-it patch",
    "release:minor": "release-it minor",
    "release:major": "release-it major",
    "release:beta": "release-it --preRelease=beta"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/theticketfairy/tf-checkout-react-native.git"
  },
  "bugs": {
    "url": "https://github.com/theticketfairy/tf-checkout-react-native/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^19.8.1",
    "@eslint/js": "^9.36.0",
    "@evilmartians/lefthook": "^1.12.3",
    "@react-native/babel-preset": "0.81.1",
    "@release-it/conventional-changelog": "^10.0.1",
    "@types/jest": "^29.5.14",
    "@types/lodash": "^4.17.20",
    "@types/react": "^19.1.12",
    "@types/react-native": "^0.73.0",
    "@types/react-native-background-timer": "^2.0.2",
    "@types/react-test-renderer": "^19.1.0",
    "commitlint": "^19.8.1",
    "del-cli": "^6.0.0",
    "eslint": "^9.36.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-react": "^7.37.5",
    "expo": "^54.0.10",
    "globals": "^16.4.0",
    "jest": "^29.7.0",
    "jiti": "^2.6.0",
    "prettier": "3.6.2",
    "react": "19.1.0",
    "react-native": "0.81.4",
    "react-native-builder-bob": "^0.40.13",
    "release-it": "^19.0.4",
    "tf-checkout-shared": "workspace:*",
    "tsup": "^8.5.1",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.45.0"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true,
      "releaseName": "v${version}"
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": {
          "name": "angular"
        },
        "infile": "CHANGELOG.md"
      }
    }
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "create-react-native-library": {
    "languages": "js",
    "type": "library",
    "version": "0.54.3"
  },
  "dependencies": {
    "@react-native-async-storage/async-storage": "^2.0.0",
    "@react-native-clipboard/clipboard": "^1.14.0",
    "@react-native-community/datetimepicker": "^8.0.0",
    "@sesamsolutions/phone-input": "jorgtz/react-native-phone-input",
    "@stripe/stripe-react-native": "^0.54.0",
    "@tanstack/react-query": "^5.89.0",
    "axios": "^1.7.9",
    "axios-retry": "^4.5.0",
    "deprecated-react-native-prop-types": "^5.0.0",
    "formik": "^2.4.5",
    "jwt-decode": "^4.0.0",
    "lodash": "4.17.21",
    "react-native-background-timer": "2.4.1",
    "react-native-device-country": "1.1.1",
    "react-native-fs": "2.18.0",
    "react-native-keyboard-aware-scroll-view": "0.9.5",
    "react-native-mmkv": "^3.3.1",
    "react-native-modal-datetime-picker": "^18.0.0",
    "react-native-safe-area-context": "^5.6.1",
    "yup": "^1.4.0"
  },
  "peerDependencies": {
    "@stripe/stripe-react-native": "^0.54.0",
    "react": "*",
    "react-native": "*"
  }
}
