{
  "name": "react-native-appsflyer",
  "version": "6.17.9",
  "description": "React Native Appsflyer plugin",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "jest --coverage",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
    "demo.ios": "npm run ios-pod; cd SampleApps/AppsFlyerExample; npm run ios",
    "demo.android": "cd SampleApps/AppsFlyerExample; npm run android",
    "ios-pod": "cd SampleApps/AppsFlyerExample/ios; pod install; cd ../"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/AppsFlyerSDK/react-native-appsflyer.git"
  },
  "author": "Appsflyer / Maxim Shoustin",
  "license": {
    "type": "MIT",
    "url": "https://github.com/AppsFlyerSDK/react-native-appsflyer/blob/master/LICENSE"
  },
  "homepage": "https://github.com/AppsFlyerSDK/react-native-appsflyer#readme",
  "keywords": [
    "react-native",
    "react",
    "native",
    "appsflyer"
  ],
  "bugs": {
    "url": "https://github.com/AppsFlyerSDK/react-native-appsflyer/issues"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.26.9",
    "@types/jest": "^29.5.14",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "babel-jest": "^29.7.0",
    "eslint": "^8.57.1",
    "jest": "^29.7.0",
    "react": "16.11.0",
    "react-native": "0.62.3",
    "react-test-renderer": "16.11.0",
    "ts-jest": "^29.4.1",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.2"
  },
  "resolutions": {
    "react-native/@jest/create-cache-key-function": "^27.0.2"
  }
}
