{
  "name": "@rokt/react-native-sdk",
  "version": "5.1.1",
  "description": "Rokt Mobile SDK to integrate ROKT Api into ReactNative application",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "react-native": "src/index",
  "scripts": {
    "lint": "eslint .",
    "build": "rm -rf ./dist && tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build:plugin": "tsc --build plugin",
    "clean:plugin": "expo-module clean plugin"
  },
  "keywords": [
    "Rokt React Native SDK"
  ],
  "files": [
    "android",
    "ios",
    "index.js",
    "src",
    "dist",
    "LICENSE",
    "README.md",
    "rokt-react-native-sdk.podspec",
    "package.json",
    "app.plugin.js",
    "plugin"
  ],
  "author": "",
  "license": "Copyright 2020 Rokt Pte Ltd",
  "repository": {
    "type": "git",
    "url": "https://github.com/ROKT/rokt-sdk-react-native"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true,
    "registry": "https://registry.npmjs.org"
  },
  "peerDependencies": {
    "react-native": ">=0.71.0",
    "@expo/config-plugins": ">=7.0.0"
  },
  "peerDependenciesMeta": {
    "@expo/config-plugins": {
      "optional": true
    }
  },
  "devDependencies": {
    "@expo/config-plugins": "^7.2.5",
    "@types/jest": "^27.5.1",
    "@types/react": "^19.0.0",
    "@types/react-native": "^0.68.0",
    "@typescript-eslint/eslint-plugin": "^5.59.7",
    "@typescript-eslint/parser": "^5.59.7",
    "eslint": "^8.41.0",
    "typescript": "^5.0.4",
    "expo-module-scripts": "^2.0.0"
  },
  "codegenConfig": {
    "name": "RNRoktWidgetSpec",
    "type": "all",
    "jsSrcsDir": "src",
    "android": {
      "javaPackageName": "com.rokt.reactnativesdk"
    },
    "ios": {
      "componentProvider": {
        "RoktNativeWidget": "RoktNativeWidgetComponentView"
      }
    }
  }
}
