{
  "name": "react-native-store-review",
  "version": "0.5.0",
  "description": "Rate on App Store or Google Play directly in your React Native app",
  "main": "src",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "RNStoreReview.podspec",
    "RNStoreReview.xcodeproj",
    "src",
    "ios",
    "android",
    "!android/build",
    "!android/gradlew*",
    "!android/gradle/wrapper",
    "!.DS_Store"
  ],
  "keywords": [
    "react-native",
    "react-component",
    "react-native-component",
    "react",
    "mobile",
    "ios",
    "android",
    "app-store",
    "review",
    "rating",
    "rate"
  ],
  "author": {
    "name": "Joel Arvidsson",
    "email": "joel@oblador.se"
  },
  "homepage": "https://github.com/oblador/react-native-store-review",
  "bugs": {
    "url": "https://github.com/oblador/react-native-store-review/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/oblador/react-native-store-review.git"
  },
  "devDependencies": {
    "react": "19.2.3",
    "react-native": "0.85.1"
  },
  "codegenConfig": {
    "name": "RNStoreReviewSpec",
    "type": "modules",
    "jsSrcsDir": "src",
    "android": {
      "javaPackageName": "com.oblador.storereview"
    }
  },
  "license": "MIT",
  "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
