{
  "name": "expo-status-bar",
  "version": "55.0.4",
  "description": "Provides the same interface as the React Native StatusBar API, but with slightly different defaults to work great in Expo environments.",
  "main": "src/StatusBar",
  "types": "build/StatusBar.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./build/StatusBar.d.ts",
      "default": "./src/StatusBar.ts"
    }
  },
  "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",
    "expo",
    "expo-status-bar"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-status-bar"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.dev/versions/latest/sdk/status-bar/",
  "dependencies": {
    "react-native-is-edge-to-edge": "^1.2.1"
  },
  "devDependencies": {
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@testing-library/react-native": "^13.3.0",
    "expo-module-scripts": "^55.0.2"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "jest": {
    "projects": [
      {
        "preset": "jest-expo/ios"
      },
      {
        "preset": "jest-expo/android"
      }
    ]
  },
  "gitHead": "b183e5cbd95eb6ee54a878291c7077d8d63e4850"
}
