{
  "name": "expo-screen-orientation",
  "version": "56.0.5",
  "description": "Expo universal module for managing device's screen orientation",
  "main": "build/ScreenOrientation.js",
  "types": "build/ScreenOrientation.d.ts",
  "sideEffects": false,
  "keywords": [
    "react-native",
    "expo",
    "expo-screen-orientation",
    "orientation",
    "screen"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-screen-orientation"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.dev/versions/latest/sdk/screen-orientation/",
  "jest": {
    "preset": "expo-module-scripts"
  },
  "devDependencies": {
    "@types/node": "^22.14.0",
    "expo-module-scripts": "56.0.2",
    "expo": "56.0.3"
  },
  "peerDependencies": {
    "expo": "*",
    "react-native": "*"
  },
  "gitHead": "125e8225bf36a4b9b2a159441d9ea724bcf1110f",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "expo-module": "expo-module"
  }
}