{ "name": "@react-native-firebase/utils", "version": "0.1.2", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Utils", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "genversion --semi lib/version.js", "build:clean": "rimraf android/build && rimraf ios/build", "prepare": "yarn run build" }, "repository": { "type": "git", "url": "https://github.com/invertase/react-native-firebase/tree/master/packages/utils" }, "license": "Apache-2.0", "keywords": [ "react", "react-native", "firebase", "test lab", "google play services", "android", "ios", "utils" ], "peerDependencies": { "@react-native-firebase/app": "*" }, "dependencies": { "@react-native-firebase/app-types": "0.1.2", "@react-native-firebase/common": "0.1.2" }, "gitHead": "381aff536d05c76a7b168405929bf8af1bb56249", "publishConfig": { "access": "public" } }