@giautm/react-native-branch
Version:
Config plugin to auto configure react-native-branch on prebuild
43 lines (42 loc) • 1.04 kB
JSON
{
"name": "@giautm/react-native-branch",
"version": "0.0.9",
"description": "Config plugin to auto configure react-native-branch on prebuild",
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/branch/",
"main": "build/withBranch.js",
"types": "build/withBranch.d.ts",
"sideEffects": false,
"files": [
"android",
"app.plugin.js",
"build",
"expo-module.config.json",
"ios"
],
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"keywords": [
"expo",
"react-native",
"react-native-branch"
],
"jest": {
"preset": "expo-module-scripts"
},
"dependencies": {
"@expo/config-plugins": "^4.0.7",
"@expo/config-types": "^43.0.1"
},
"devDependencies": {
"expo-module-scripts": "^2.0.0"
}
}