{
  "name": "@devshack/react-native-firebase",
  "version": "4.2.2",
  "author": "Invertase <contact@invertase.io> (http://invertase.io)",
  "description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Storage and more.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "genversion lib/version.js && npm run validate-ts-declarations && npm run build-lib && npm run build-flow",
    "build-flow": "flow-copy-source -i */__tests__* lib dist",
    "build-lib": "BABEL_ENV=publish babel lib -d dist --ignore __tests__ --copy-files",
    "build-lib-watch": "genversion lib/version.js && BABEL_ENV=publish babel lib -d dist --ignore __tests__ --copy-files --watch",
    "clean": "rimraf dist/",
    "flow": "flow",
    "format:assets": "prettier --ignore-path .gitignore --write \"**/*.{json,md}\"",
    "format": "npm run format:assets && npm run lint -- --fix",
    "lint": "eslint ./lib ./tests/src ./tests/lib",
    "precommit": "lint-staged",
    "prepublishOnly": "npm run clean && npm run build",
    "test-cli": "node ./bin/test.js",
    "tests-packager": "cd tests && npm run start",
    "tests-npm-install": "cd tests && npm install",
    "tests-pod-install": "cd tests && npm run ios:pod:install",
    "tests-watch-start": "npm run test-cli watch init start",
    "tests-watch-stop": "npm run test-cli watch stop",
    "validate-ts-declarations": "tsc --project ./"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/invertase/react-native-firebase.git"
  },
  "jest": {
    "preset": "jest-react-native",
    "setupFiles": [],
    "unmockedModulePathPatterns": ["./node_modules/react", "./node_modules/react-native", "./node_modules/react-native-mock", "./node_modules/react-addons-test-utils"]
  },
  "license": "APACHE-2.0",
  "keywords": ["react", "admob", "auth", "config", "digits", "fabric", "functions", "phone-auth", "sms", "firestore", "cloud-firestore", "datastore", "remote-config", "transactions", "react-native", "react-native-firebase", "firebase", "fcm", "apn", "gcm", "analytics", "messaging", "database", "android", "ios", "crash", "firestack", "performance", "firestore", "dynamic-links", "crashlytics"],
  "peerDependencies": {
    "react": "*",
    "react-native": ">= 0.48.0",
    "fbjs": "*"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.2.2",
    "babel-jest": "^14.1.0",
    "babel-preset-react-native": "^1.9.0",
    "babel-preset-react-native-syntax": "^1.0.0",
    "debug": "^2.6.9",
    "enzyme": "^2.4.1",
    "eslint": "^4.18.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-flowtype": "^2.46.1",
    "eslint-plugin-import": "^2.9.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-prettier": "^2.6.0",
    "eslint-plugin-react": "^7.7.0",
    "flow-bin": "^0.65.0",
    "flow-copy-source": "^1.3.0",
    "genversion": "^2.0.1",
    "husky": "^0.14.3",
    "lint-staged": "^6.1.1",
    "prettier": "1.10.2",
    "react": "^16.3.0-alpha.1",
    "react-dom": "^16.3.0-alpha.1",
    "react-native": "^0.54.4",
    "rimraf": "^2.6.2",
    "shelljs": "^0.7.8",
    "typescript": "^2.7.2",
    "wml": "0.0.82"
  },
  "dependencies": {
    "prop-types": "^15.6.1"
  },
  "rnpm": {
    "android": {
      "buildPatch": "    implementation project(':react-native-firebase')",
      "packageImportPath": "import io.invertase.firebase.RNFirebasePackage;",
      "packageInstance": "new RNFirebasePackage()"
    },
    "commands": {
      "postlink": "node node_modules/react-native-firebase/scripts/rnpm-postlink"
    }
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/react-native-firebase"
  },
  "lint-staged": {
    "lib/**/*.js": ["eslint --fix", "git add"],
    "tests/{src|lib}/**/*.js": ["eslint --fix", "git add"],
    "*.{json,md,scss}": ["prettier --write", "git add"]
  }
}
