{
  "name": "ipg-reactnative-sdk",
  "version": "2.1.5",
  "description": "E-Checkout IPG React Native Package",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "src/index.tsx",
  "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 ipg-reactnative-sdk-example",
    "test": "jest",
    "typecheck": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "clean": "del-cli lib",
    "prepare": "bob build",
    "release": "release-it",
    "build": "bob build",
    "build-example": "cd example && yarn build",
    "update-example": "cd example && yarn update"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/payable/reactnative-ipg-echeckoutlk.git"
  },
  "author": "E-Checkout <thilina@payable.lk> (https://github.com/payable)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/payable/reactnative-ipg-echeckoutlk/issues"
  },
  "homepage": "https://github.com/payable/reactnative-ipg-echeckoutlk#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^17.0.2",
    "@evilmartians/lefthook": "^1.5.0",
    "@lerna-lite/version": "^3.10.1",
    "@react-native/eslint-config": "^0.73.1",
    "@release-it/conventional-changelog": "^5.0.0",
    "@types/crypto-js": "^4.2.2",
    "@types/jest": "^29.5.5",
    "@types/react": "~19.0.10",
    "commitlint": "^17.0.2",
    "del-cli": "^5.1.0",
    "eslint": "^8.51.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.1",
    "jest": "^29.7.0",
    "prettier": "^3.0.3",
    "react": "18.3.1",
    "react-native": "0.76.9",
    "react-native-builder-bob": "^0.20.0",
    "react-native-safe-area-context": "^5.6.1",
    "release-it": "^17.10.0",
    "typescript": "~5.8.3"
  },
  "resolutions": {
    "@types/react": "^18.2.44"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-safe-area-context": "*"
  },
  "workspaces": [
    "example"
  ],
  "packageManager": "yarn@3.6.1",
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}",
      "push": true,
      "requireCleanWorkingDir": false
    },
    "npm": {
      "publish": true,
      "registry": "https://registry.npmjs.org/",
      "tokenRef": "GITHUB_TOKEN",
      "skipChecks": true,
      "private": true
    },
    "github": {
      "release": true,
      "tokenRef": "GITHUB_TOKEN"
    }
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "@react-native",
      "prettier"
    ],
    "rules": {
      "prettier/prettier": [
        "error",
        {
          "quoteProps": "consistent",
          "singleQuote": true,
          "tabWidth": 2,
          "trailingComma": "es5",
          "useTabs": false
        }
      ]
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "tsc": "./node_modules/.bin/tsc",
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "dependencies": {
    "@expo/metro-runtime": "~4.0.1",
    "@expo/vector-icons": "~14.0.4",
    "@react-native-async-storage/async-storage": "1.23.1",
    "@react-native-community/datetimepicker": "8.2.0",
    "@react-native-picker/picker": "2.9.0",
    "@react-navigation/native": "^6.1.17",
    "@react-navigation/native-stack": "^6.9.26",
    "axios": "^1.7.2",
    "crypto-js": "^4.2.0",
    "expo": "~52.0.47",
    "expo-application": "~6.0.2",
    "expo-updates": "~0.27.4",
    "react-native-date-picker": "^5.0.4",
    "react-native-screens": "~4.4.0",
    "react-native-webview": "13.12.5"
  }
}
