1{ 2 "name": "expo-status-bar", 3 "version": "1.8.0", 4 "description": "Provides the same interface as the React Native StatusBar API, but with slightly different defaults to work great in Expo environments.", 5 "main": "build/StatusBar", 6 "types": "build/StatusBar", 7 "scripts": { 8 "build": "expo-module build", 9 "clean": "expo-module clean", 10 "lint": "expo-module lint", 11 "test": "expo-module test", 12 "prepare": "expo-module prepare", 13 "prepublishOnly": "expo-module prepublishOnly", 14 "expo-module": "expo-module" 15 }, 16 "keywords": [ 17 "react-native", 18 "expo", 19 "expo-status-bar" 20 ], 21 "repository": { 22 "type": "git", 23 "url": "https://github.com/expo/expo.git", 24 "directory": "packages/expo-status-bar" 25 }, 26 "bugs": { 27 "url": "https://github.com/expo/expo/issues" 28 }, 29 "author": "650 Industries, Inc.", 30 "license": "MIT", 31 "homepage": "https://docs.expo.dev/versions/latest/sdk/status-bar/", 32 "devDependencies": { 33 "@testing-library/jest-dom": "^5.16.5", 34 "@testing-library/react": "^13.4.0", 35 "@testing-library/react-native": "^11.3.0", 36 "expo-module-scripts": "^3.0.0" 37 }, 38 "jest": { 39 "projects": [ 40 { 41 "preset": "jest-expo/ios" 42 }, 43 { 44 "preset": "jest-expo/android" 45 } 46 ] 47 } 48} 49