1{ 2 "name": "expo-blur", 3 "version": "12.7.0", 4 "description": "A component that renders a native blur view on iOS and falls back to a semi-transparent view on Android. A common usage of this is for navigation bars, tab bars, and modals.", 5 "main": "build/index.js", 6 "types": "build/index.d.ts", 7 "sideEffects": false, 8 "scripts": { 9 "build": "expo-module build", 10 "clean": "expo-module clean", 11 "lint": "expo-module lint", 12 "test": "expo-module test", 13 "prepare": "expo-module prepare", 14 "prepublishOnly": "expo-module prepublishOnly", 15 "expo-module": "expo-module" 16 }, 17 "jest": { 18 "preset": "expo-module-scripts" 19 }, 20 "keywords": [ 21 "react-native", 22 "expo", 23 "expo-blur" 24 ], 25 "repository": { 26 "type": "git", 27 "url": "https://github.com/expo/expo.git", 28 "directory": "packages/expo-blur" 29 }, 30 "bugs": { 31 "url": "https://github.com/expo/expo/issues" 32 }, 33 "author": "650 Industries, Inc.", 34 "license": "MIT", 35 "homepage": "https://docs.expo.dev/versions/latest/sdk/blur-view/", 36 "dependencies": {}, 37 "devDependencies": { 38 "@testing-library/jest-dom": "^5.16.5", 39 "@testing-library/react": "^13.4.0", 40 "@testing-library/react-native": "^11.3.0", 41 "expo-module-scripts": "^3.0.0" 42 }, 43 "peerDependencies": { 44 "expo": "*" 45 } 46} 47