UNPKG

1.09 kBJSONView Raw
1{
2 "name": "expo-keep-awake",
3 "version": "5.0.0",
4 "description": "Provides a React component that prevents the screen sleeping when rendered. It also exposes static methods to control the behavior imperatively.",
5 "main": "build/index.js",
6 "types": "build/index.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "build": "expo-module build",
10 "clean": "expo-module clean",
11 "test": "expo-module test",
12 "prepare": "expo-module prepare",
13 "prepublishOnly": "expo-module prepublishOnly",
14 "expo-module": "expo-module"
15 },
16 "keywords": [
17 "react-native",
18 "expo",
19 "awake",
20 "keep-awake"
21 ],
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/expo/expo.git"
25 },
26 "bugs": {
27 "url": "https://github.com/expo/expo/issues"
28 },
29 "author": "650 Industries, Inc.",
30 "license": "MIT",
31 "homepage": "https://docs.expo.io/versions/latest/sdk/keep-awake/",
32 "unimodulePeerDependencies": {
33 "@unimodules/core": "*"
34 },
35 "devDependencies": {
36 "expo-module-scripts": "^1.0.0"
37 },
38 "gitHead": "9119d190fbbf9f6a7a9c116e068d240e60e441fc"
39}