{
  "name": "react-native-seerbit",
  "version": "0.3.4",
  "description": "SeerBit react native  sdk is used to seamlessly integrate SeerBit payment gateways into react native  applications. It is very simple and easy to integrate.",
  "main": "src/index",
  "module": "src/index",
  "types": "lib/typescript/src/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "example": "yarn workspace seerbit-react-native-checkout-example",
    "test": "jest",
    "typecheck": "tsc --noEmit",
    "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
    "release": "release-it"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "seerbit",
    "checkout",
    "seerbit checkout"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seerbit/react-native-seerbit.git"
  },
  "author": "SeerBit <developers@seerbit.com> (https://github.com/seerbit)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/seerbit/react-native-seerbit/issues"
  },
  "homepage": "https://github.com/seerbit/react-native-seerbit#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@types/jest": "^29.5.5",
    "@types/react": "^18.2.44",
    "eslint": "^8.51.0",
    "jest": "^29.7.0",
    "react": "18.2.0",
    "react-native": "0.73.6",
    "react-native-builder-bob": "^0.20.0",
    "turbo": "^1.10.7",
    "typescript": "5.2.2"
  },
  "resolutions": {
    "@types/react": "^18.2.44"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "workspaces": [
    "example"
  ],
  "packageManager": "yarn@3.6.1",
  "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"
        }
      ]
    ]
  }
}
