Files
react-native-firebase/packages/iid/package.json
Salakar 613ffb3ca7 v6.0.0-alpha.14
[skip ci]
2019-05-20 21:58:26 +01:00

38 lines
1.1 KiB
JSON

{
"name": "@react-native-firebase/iid",
"version": "6.0.0-alpha.14",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "Firebase Instance ID provides a unique identifier for each instance of your app and a mechanism to authenticate and authorize actions for it (for example: sending FCM messages).",
"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/iid"
},
"license": "Apache-2.0",
"keywords": [
"react",
"react-native",
"firebase",
"instance id",
"identifier",
"iid"
],
"peerDependencies": {
"@react-native-firebase/app": "*"
},
"dependencies": {
"@react-native-firebase/app-types": "6.0.0-alpha.14",
"@react-native-firebase/common": "6.0.0-alpha.14"
},
"gitHead": "92b7fef38518b95cc662a43064c0d2b887a4098f",
"publishConfig": {
"access": "public"
}
}