UNPKG

with-shopify-react-native-performance

Version:
49 lines (48 loc) 1.4 kB
{ "name": "with-shopify-react-native-performance", "version": "1.0.0", "description": "Expo config plugin for @shopify/react-native-performance", "main": "build/withPerformance.js", "types": "build/withPerformance.d.ts", "sideEffects": false, "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "tslint --project ./tsconfig.json", "test": "expo-module test", "release:before:init": "expo-module test; expo-module prepare; expo-module prepublishOnly", "expo-module": "expo-module" }, "repository": { "type": "git", "url": "git+https://github.com/itsramiel/with-shopify-react-native-performance.git" }, "keywords": [ "react-native-performance", "expo", "eas", "react-native", "config-plugin" ], "author": "Rami Elwan <ramielwan48@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/itsramiel/with-shopify-react-native-performance/issues" }, "homepage": "https://github.com/itsramiel/with-shopify-react-native-performance#readme", "devDependencies": { "@types/semver": "^7.3.11", "expo": ">47.0.0-beta", "expo-module-scripts": "^2.1.1", "jest": "^29.2.2", "tslint": "^6.1.3", "typescript": "^4.8.4" }, "dependencies": { "semver": "^7.3.8", "ts-dedent": "^2.2.0" }, "peerDependencies": { "expo": ">=47.0.0-beta.0 <48" } }