mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-04 09:28:03 +08:00
36 lines
976 B
JSON
36 lines
976 B
JSON
{
|
|
"name": "@react-native-firebase/analytics",
|
|
"version": "6.0.0-alpha.9",
|
|
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
|
"description": "React Native Firebase - Analytics",
|
|
"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/analytics"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"react",
|
|
"react-native",
|
|
"firebase",
|
|
"analytics"
|
|
],
|
|
"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"
|
|
}
|
|
}
|