expo-keep-awake
Version:
Provides a React component that prevents the screen sleeping when rendered. It also exposes static methods to control the behavior imperatively.
48 lines (47 loc) • 1.29 kB
JSON
{
"name": "expo-keep-awake",
"version": "14.1.4",
"description": "Provides a React component that prevents the screen sleeping when rendered. It also exposes static methods to control the behavior imperatively.",
"main": "build/index.js",
"types": "build/index.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",
"awake",
"keep-awake"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-keep-awake"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/keep-awake/",
"dependencies": {},
"devDependencies": {
"@testing-library/react-native": "^13.1.0",
"expo-module-scripts": "^4.1.6"
},
"peerDependencies": {
"expo": "*",
"react": "*"
},
"jest": {
"preset": "expo-module-scripts"
},
"gitHead": "84355076bc31a356aa3d23257f387f221885f53d"
}