{
  "name": "@react-native-firebase/app-distribution",
  "version": "24.0.0",
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
  "description": "React Native Firebase - App Distribution",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "genversion --semi lib/version.js",
    "build:clean": "rimraf android/build && rimraf ios/build",
    "build:plugin": "rimraf plugin/build && tsc --build plugin",
    "lint:plugin": "eslint plugin/src/*",
    "prepare": "yarn run build && yarn run build:plugin"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/invertase/react-native-firebase/tree/main/packages/app-distribution"
  },
  "license": "Apache-2.0",
  "keywords": [
    "react",
    "react-native",
    "firebase",
    "app-distribution"
  ],
  "peerDependencies": {
    "@react-native-firebase/app": "24.0.0",
    "expo": ">=47.0.0"
  },
  "devDependencies": {
    "expo": "^55.0.5"
  },
  "peerDependenciesMeta": {
    "expo": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "gitHead": "46c48499190be2dc9b9792d39c251db29495a607"
}
