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.
55 lines (54 loc) • 1.44 kB
JSON
{
"name": "expo-keep-awake",
"version": "55.0.6",
"description": "Provides a React component that prevents the screen sleeping when rendered. It also exposes static methods to control the behavior imperatively.",
"main": "src/index.ts",
"types": "build/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./build/index.d.ts",
"default": "./src/index.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.3.0",
"expo-module-scripts": "^55.0.2"
},
"peerDependencies": {
"expo": "*",
"react": "*"
},
"jest": {
"preset": "expo-module-scripts"
},
"gitHead": "20029879d2f953a428d70197fc7e25e4d791848a"
}