You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.2 KiB

{
"name": "expo-keep-awake",
"version": "11.0.1",
"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-hooks": "^7.0.1",
"expo-module-scripts": "^3.0.0"
},
"peerDependencies": {
"expo": "*"
},
"jest": {
"preset": "expo-module-scripts"
},
"gitHead": "59081bb17e727b10f2a00cd07bb45cd283a6f6a5"
}