expo-screen-orientation
Version:
Expo universal module for managing device's screen orientation
47 lines (46 loc) • 1.23 kB
JSON
{
"name": "expo-screen-orientation",
"version": "8.0.4",
"description": "Expo universal module for managing device's screen orientation",
"main": "build/ScreenOrientation.js",
"types": "build/ScreenOrientation.d.ts",
"sideEffects": false,
"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-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": {
"expo-module-scripts": "^4.0.3"
},
"peerDependencies": {
"expo": "*",
"react-native": "*"
},
"gitHead": "986a4689b91f3efc527f7178a320b987c0005842"
}