{
  "scripts": {
    "test": "jest"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "devDependencies": {
    "@jest/globals": "^30.0.0",
    "jest": "^30.3.0"
  }
}
