{
  "name": "@react-native-firebase/installations",
  "version": "25.1.0",
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
  "description": "React Native Firebase - Installations",
  "main": "./dist/module/index.js",
  "types": "./dist/typescript/lib/index.d.ts",
  "scripts": {
    "build": "genversion --esm --semi lib/version.ts",
    "build:clean": "rimraf android/build && rimraf ios/build",
    "compile": "bob build",
    "prepare": "yarn run build && yarn compile"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/invertase/react-native-firebase/tree/main/packages/installations"
  },
  "license": "Apache-2.0",
  "keywords": [
    "react",
    "react-native",
    "firebase",
    "installations"
  ],
  "peerDependencies": {
    "@react-native-firebase/app": "25.1.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "devDependencies": {
    "react-native-builder-bob": "^0.40.13"
  },
  "exports": {
    ".": {
      "source": "./lib/index.ts",
      "types": "./dist/typescript/lib/index.d.ts",
      "default": "./dist/module/index.js"
    },
    "./package.json": "./package.json"
  },
  "react-native-builder-bob": {
    "source": "lib",
    "output": "dist",
    "targets": [
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "tsc": "../../node_modules/.bin/tsc"
        }
      ]
    ]
  },
  "gitHead": "e0a565d8a73a9b103d140ffacfb8876b30d8bdc5"
}
