Files
react-native-firebase/packages/invites/package.json
Salakar 5a6d46878f v6.0.1
2019-10-07 07:25:32 +01:00

34 lines
1.0 KiB
JSON

{
"name": "@react-native-firebase/invites",
"version": "6.0.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Firebase Invites are an out-of-the-box solution for app referrals and sharing via email or SMS. To customize the invitation user experience, or to generate links programmatically, use Firebase Dynamic Links.",
"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/invites"
},
"license": "Apache-2.0",
"keywords": [
"react",
"react-native",
"firebase",
"links",
"app-invites",
"invites"
],
"peerDependencies": {
"@react-native-firebase/app": "*"
},
"gitHead": "d8ce17369ea6473704bfe2c241631f5366448bbc",
"publishConfig": {
"access": "public"
}
}