@react-native-firebase/app-check
Version:
React Native Firebase - App Check
45 lines (44 loc) • 1.16 kB
JSON
{
"name": "@react-native-firebase/app-check",
"version": "23.7.0",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - App Check",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "genversion --semi lib/version.js",
"build:clean": "rimraf android/build && rimraf ios/build",
"build:plugin": "rimraf plugin/build && tsc --build plugin",
"lint:plugin": "eslint plugin/src/*",
"prepare": "yarn run build && yarn run build:plugin"
},
"repository": {
"type": "git",
"url": "https://github.com/invertase/react-native-firebase/tree/main/packages/app-check"
},
"license": "Apache-2.0",
"keywords": [
"react",
"react-native",
"firebase",
"app-check",
"appCheck"
],
"peerDependencies": {
"@react-native-firebase/app": "23.7.0",
"expo": ">=47.0.0"
},
"devDependencies": {
"expo": "^54.0.27"
},
"peerDependenciesMeta": {
"expo": {
"optional": true
}
},
"publishConfig": {
"access": "public",
"provenance": true
},
"gitHead": "2a30c0b1e41a2b239172afd167f98a03fd422f2c"
}