UNPKG

expo-shopify-performance

Version:

Config plugin to setup @shopify/react-native-performance on prebuild

43 lines (42 loc) 1.03 kB
{ "name": "expo-shopify-performance", "version": "0.0.1", "description": "Config plugin to setup @shopify/react-native-performance on prebuild", "main": "build/index.js", "types": "build/index.d.ts", "repository": "https://github.com/alex-pominov/expo-shopify-performance.git", "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": [ "expo", "shopify", "performance", "react-native", "expo-plugin", "react-native-performance" ], "jest": { "preset": "expo-module-scripts" }, "peerDependencies": { "expo": ">=52.0.0", "@shopify/react-native-performance": "*" }, "devDependencies": { "expo-module-scripts": "^3.5.2" }, "dependencies": { "expo-build-properties": "~0.8.3" } }