UNPKG

@config-plugins/react-native-blob-util

Version:

Config plugin to auto configure react-native-blob-util on prebuild

38 lines (37 loc) 1.01 kB
{ "name": "@config-plugins/react-native-blob-util", "version": "11.0.0", "description": "Config plugin to auto configure react-native-blob-util on prebuild", "main": "build/withReactNativeBlobUtil.js", "types": "build/withReactNativeBlobUtil.d.ts", "sideEffects": false, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/expo/config-plugins.git", "directory": "packages/react-native-blob-util" }, "files": [ "build", "app.plugin.js" ], "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": [ "react-native-blob-util", "react-native", "expo" ], "peerDependencies": { "expo": "^53" }, "upstreamPackage": "react-native-blob-util", "gitHead": "2387fa9bd7b21e7d1f0b7269145c04cfe4f1ba55" }