55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "expo-keep-awake",
|
|
"version": "55.0.4",
|
|
"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": "e37001d25bfeec4ee4fa1b7da1769e99d099d75e"
|
|
}
|