{
  "name": "@worldpay-beta/access-worldpay-checkout-react-native-sdk-beta",
  "version": "1.0.0",
  "description": "Worldpay Access Checkout SDK for ReactNative",
  "repository": {
    "type": "git",
    "url": "https://github.worldpay.com/access-for-ecomm/access-checkout-react-native"
  },
  "author": "Worldpay",
  "license": "ISC",
  "scripts": {
    "prepare": "bob build",
    "typescript": "tsc --noEmit true",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "lint:fix": "eslint --fix \"**/*.{js,ts,tsx}\"",
    "format": "prettier '{src,test}/**/*.{ts,tsx}' --write",
    "test": "npm run typescript && jest --clearCache && jest --coverage --verbose"
  },
  "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/com",
    "ios/AccessCheckoutReactNative",
    "ios/AccessCheckoutReactNativeSDKiOSBridge.podspec"
  ],
  "devDependencies": {
    "@babel/core": "^7.16.5",
    "@babel/preset-env": "^7.16.5",
    "@babel/preset-typescript": "^7.16.5",
    "@types/jest": "^27.0.3",
    "@types/react": "^16.14.21",
    "@types/react-native": "^0.66.6",
    "@typescript-eslint/eslint-plugin": "^5.5.0",
    "@typescript-eslint/parser": "^5.5.0",
    "babel-jest": "^27.4.5",
    "eslint": "^8.3.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.4.5",
    "jest-html-reporter": "^3.4.2",
    "jest-junit": "^13.0.0",
    "prettier": "^2.5.0",
    "react": "^16.13.1",
    "react-native": "^0.63.4",
    "react-native-builder-bob": "^0.18.2",
    "ts-jest": "^27.1.1",
    "typescript": "^4.5.2"
  },
  "peerDependencies": {
    "react": ">=16.8.3",
    "react-native": ">=0.59.0"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ],
    "files": [
      "lib/",
      "src/"
    ]
  }
}
