{
  "name": "@link.money/linkpay-reactnative",
  "version": "4.0.7",
  "description": "LinkPay ReactNative SDK",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "link-react-native-sdk.podspec",
    "!lib/typescript/example",
    "!android/build",
    "!ios/build",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "scripts": {
    "test": "jest -u --runInBand --detectOpenHandles --forceExit",
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "pretty": "yarn prettier --config=./.prettierrc.json -c . || exit 0",
    "pretty:fix": "yarn prettier --config=./.prettierrc.json --write -c . || exit 0",
    "prepare": "bob build && husky install",
    "example": "yarn --cwd example",
    "pods": "cd example && pod-install --quiet",
    "bootstrap": "yarn example && yarn && yarn pods"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "LinkPay"
  ],
  "repository": "https://github.com/Link-Financial/link-react-native-sdk",
  "author": "Sean Soper <sean.soper@link.money> (https://github.com/Link-Financial)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Link-Financial/link-react-native-sdk/issues"
  },
  "homepage": "https://link.money",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@babel/core": "7.20.12",
    "@babel/eslint-parser": "^7.18.2",
    "@babel/runtime": "7.20.0",
    "@commitlint/config-conventional": "^17.0.2",
    "@react-native/babel-preset": "0.74.88",
    "@react-native/eslint-config": "^0.74.88",
    "@react-native/metro-babel-transformer": "^0.73.4",
    "@react-native/metro-config": "^0.74.88",
    "@react-native/typescript-config": "0.74.88",
    "@testing-library/react-native": "^10.1.1",
    "@tsconfig/react-native": "^3.0.0",
    "@types/jest": "^29.2.1",
    "@types/react": "^18.2.6",
    "@types/react-native": "^0.72.8",
    "@types/react-test-renderer": "^18.0.0",
    "@types/styled-components-react-native": "^5.2.1",
    "@typescript-eslint/eslint-plugin": "latest",
    "@typescript-eslint/parser": "^8.13.0",
    "babel-jest": "^29.6.3",
    "commitlint": "^17.0.2",
    "eslint": "^8.19.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "husky": "^8.0.1",
    "jest": "^29.6.3",
    "pod-install": "^0.1.0",
    "prettier": "2.8.8",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-native": "^0.74.6",
    "react-native-builder-bob": "^0.18.2",
    "react-navigation": "^4.4.4",
    "react-test-renderer": "18.2.0",
    "typescript": "5.0.4"
  },
  "resolutions": {
    "@types/react": "18.2.6"
  },
  "engines": {
    "node": ">=18"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ],
    "testPathIgnorePatterns": [
      "/tests/"
    ],
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.{js,jsx,ts,tsx}",
      "!src/**/*.d.ts",
      "!src/@types/**",
      "!src/lib/**"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "eslintConfig": {
    "root": true,
    "parser": "@babel/eslint-parser",
    "extends": [
      "@react-native-community",
      "prettier"
    ],
    "rules": {
      "prettier/prettier": [
        "error",
        {
          "quoteProps": "consistent",
          "singleQuote": true,
          "tabWidth": 2,
          "trailingComma": "es5",
          "useTabs": false
        }
      ]
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/",
    "dist/"
  ],
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "packageManager": "yarn@3.6.4"
}