Files
react-native-firebase/packages/invites/package.json
2019-06-23 21:30:35 +01:00

38 lines
1.2 KiB
JSON

{
"name": "@react-native-firebase/invites",
"version": "0.0.26",
"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": "*"
},
"dependencies": {
"@react-native-firebase/app-types": "0.0.26",
"@react-native-firebase/common": "0.0.26"
},
"gitHead": "639c15d4b8ba8a972f0fe17fcc285b4a6e4af320",
"publishConfig": {
"access": "public"
}
}