{
  "name": "customerio-reactnative",
  "version": "6.4.2",
  "description": "Official Customer.io SDK using React Native. Track customers and send messages to your iOS/Android apps.",
  "source": "./src/index.ts",
  "main": "./lib/commonjs/index.js",
  "module": "./lib/module/index.js",
  "types": "./lib/typescript/commonjs/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./lib/typescript/module/index.d.ts",
        "default": "./lib/module/index.js"
      },
      "require": {
        "types": "./lib/typescript/commonjs/index.d.ts",
        "default": "./lib/commonjs/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "cioNativeiOSSdkVersion": "= 4.4.1",
  "cioiOSFirebaseWrapperSdkVersion": "= 1.0.0",
  "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": {
    "pre-deploy": "npm run typescript",
    "typecheck": "tsc",
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "lint:report": "npm run lint -- --output-file eslint_report.json --format json",
    "prepare": "bob build",
    "postinstall": "node src/postInstall.js",
    "format": "npx prettier --write \"src/**/*.tsx\" && (npm run lint || true)"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": "https://github.com/customerio/customerio-reactnative",
  "author": "CustomerIO Team <win@customer.io> (https://customer.io/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/customerio/customerio-reactnative/issues"
  },
  "homepage": "https://github.com/customerio/customerio-reactnative#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^19.8.0",
    "@eslint/compat": "^1.3.1",
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.25.1",
    "@evilmartians/lefthook": "^1.11.12",
    "@microsoft/api-extractor": "^7.52.8",
    "@react-native-community/cli": "^20.0.0",
    "@react-native/babel-preset": "^0.83.0",
    "@react-native/eslint-config": "^0.83.0",
    "@react-native/typescript-config": "^0.83.0",
    "@types/react": "^19.2.0",
    "@typescript-eslint/eslint-plugin": "^8.31.1",
    "@typescript-eslint/parser": "^8.31.1",
    "eslint": "9.25.1",
    "eslint-config-prettier": "10.1.2",
    "eslint-plugin-ft-flow": "^3.0.11",
    "eslint-plugin-jest": "^28.11.0",
    "eslint-plugin-prettier": "^5.2.6",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-native": "^5.0.0",
    "prettier": "^3.5.3",
    "react": "19.2.0",
    "react-native": "^0.83.0",
    "react-native-builder-bob": "^0.40.10",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.31.1"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "commonjs",
        {
          "esm": true
        }
      ],
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "codegenConfig": {
    "name": "RNCustomerIOSpec",
    "type": "all",
    "jsSrcsDir": "./src/specs",
    "android": {
      "javaPackageName": "io.customer.reactnative.sdk"
    },
    "ios": {
      "componentProvider": {
        "InlineMessageNative": "RCTInlineMessageNative"
      },
      "modulesProvider": {
        "NativeCustomerIOLogging": "RCTNativeCustomerIOLogging",
        "NativeCustomerIO": "RCTNativeCustomerIO",
        "NativeCustomerIOLocation": "RCTNativeCustomerIOLocation",
        "NativeCustomerIOMessagingInApp": "RCTNativeMessagingInApp",
        "NativeCustomerIOMessagingPush": "RCTNativeMessagingPush"
      }
    }
  }
}
