mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-03 22:48:36 +08:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "@react-native-firebase/utils",
|
|
"version": "6.0.0-alpha.9",
|
|
"author": "Invertase <oss@invertase.io> (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": "6.0.0-alpha.9",
|
|
"@react-native-firebase/common": "6.0.0-alpha.9"
|
|
},
|
|
"gitHead": "bfe0f05ab36fdd20df3470a71a9ee8c5a938baf6",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|