UNPKG

@react-native-firebase/app-check

Version:

React Native Firebase - App Check

45 lines (44 loc) 1.16 kB
{ "name": "@react-native-firebase/app-check", "version": "23.0.1", "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.0.1", "expo": ">=47.0.0" }, "devDependencies": { "expo": "^52.0.46" }, "peerDependenciesMeta": { "expo": { "optional": true } }, "publishConfig": { "access": "public", "provenance": true }, "gitHead": "bad0f509650c81b7a2961a90a5501d3b9696f1d0" }