@chriskoo/react-native-branch
Version:
Config plugin to auto configure react-native-branch on prebuild
39 lines (38 loc) • 941 B
JSON
{
"name": "@chriskoo/react-native-branch",
"version": "9.0.1",
"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"
],
"peerDependencies": {
"expo": "^52"
},
"devDependencies": {
"expo-module-scripts": "^4.0.2"
}
}