{
  "name": "@datadome/react-native-datadome",
  "version": "2.0.8",
  "description": "Module for supporting DataDome in React Native applications.",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/src/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "example": "yarn workspace @datadome/react-native-datadome-example",
    "test": "jest",
    "test:ios": "cd example/ios && xcodebuild test -workspace ReactNativeDatadomeExample.xcworkspace -scheme ReactNativeDatadomeExample -destination 'platform=iOS Simulator,name=iPhone 16' -only-testing:ReactNativeDatadomeExampleTests",
    "typecheck": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
    "prepare": "bob build",
    "release": "release-it"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": "https://github.com/datadome/react-native-datadome.git",
  "author": "DataDome <dev@datadome.co> (https://datadome.co/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/datadome/react-native-datadome.git/issues"
  },
  "homepage": "https://github.com/datadome/react-native-datadome.git#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^17.0.2",
    "@evilmartians/lefthook": "^1.5.0",
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@babel/runtime": "^7.25.0",
    "@react-native-community/cli": "^18.0.0",
    "@react-native/babel-preset": "0.77.0",
    "@react-native/eslint-config": "0.77.0",
    "@react-native/metro-config": "0.77.0",
    "@react-native-community/cli-platform-android": "15.0.1",
    "@react-native-community/cli-platform-ios": "15.0.1",
    "@types/jest": "^29.5.13",
    "@types/react": "^18.2.0",
    "@types/react-native": "0.72.8",
    "commitlint": "^17.0.2",
    "del-cli": "^5.0.0",
    "eslint": "^8.19.6",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^29.6.3",
    "react-native-builder-bob": "^0.20.0",
    "pod-install": "^0.3.0",
    "prettier": "^2.8.8",
    "react": "18.2.0",
    "react-native": "0.77.0",
    "release-it": "^20.0.1",
    "turbo": "^2.9.9",
    "typescript": "^5.0.2"
  },
  "peerDependencies": {
    "react-native": ">= 0.72.0 < 1.0.0",
    "react-native-webview": "^13.2.0"
  },
  "engines": {
    "node": ">= 18.16.0"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular"
      }
    }
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "@react-native",
      "prettier"
    ],
    "rules": {
      "prettier/prettier": [
        "error",
        {
          "quoteProps": "consistent",
          "singleQuote": true,
          "tabWidth": 2,
          "trailingComma": "es5",
          "useTabs": false
        }
      ]
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "codegenConfig": {
    "name": "ReactNativeDatadomeSpec",
    "type": "modules",
    "jsSrcsDir": "src",
    "android": {
      "javaPackageName": "com.datadome.reactnativedatadome"
    },
    "ios": {
      "modulesConformingToProtocol": {
        "RCTImageURLLoader": [],
        "RCTURLRequestHandler": [],
        "RCTImageDataDecoder": []
      },
      "componentProvider": {},
      "modulesProvider": {
        "DataDome": "ReactNativeDatadome"
      }
    }
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
