Files
react-native-firebase/scripts/_TEMPLATE_/package.json

43 lines
1.2 KiB
JSON

{
"name": "@react-native-firebase/_template_",
"version": "_VERSION_",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - _Template_",
"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/_template_"
},
"license": "Apache-2.0",
"keywords": [
"react",
"react-native",
"firebase",
"_template_"
],
"peerDependencies": {
"@react-native-firebase/app": "_VERSION_"
},
"dependencies": {
"@react-native-firebase/app-types": "_VERSION_",
"@react-native-firebase/common": "_VERSION_"
},
"rnpm": {
"android": {
"buildPatch": "implementation project(':@react-native-firebase__template_')",
"packageImportPath": "import io.invertase.firebase._template_.ReactNativeFirebase_Template_Package;",
"packageInstance": "new ReactNativeFirebase_Template_Package()"
}
},
"gitHead": "2787d4413eb70c61a687c4d6913add6a6a01f582",
"publishConfig": {
"access": "public"
}
}