-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@marcocrupi/react-native-keep-awake-plus",
"version": "1.6.1",
"description": "Maintained fork of @sayem314/react-native-keep-awake. Keep the screen from going to sleep in React Native apps.",
"main": "index",
"types": "index.d.ts",
"scripts": {
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"react": ">=18.2.0 <20.0.0",
"react-native": ">=0.73.0 <0.86.0"
},
"devDependencies": {
"@react-native/typescript-config": "0.84.1",
"@types/react": "^19.2.0",
"react": "19.2.3",
"react-native": "0.86.0",
"typescript": "^5.8.3"
},
"files": [
"Class.d.ts",
"Class.js",
"Class.js.d.ts",
"KeepAwakeOwners.js",
"NativeKCKeepAwakeModule.js",
"NativeKCKeepAwake.ts",
"index.d.ts",
"index.js",
"index.native.js",
"react-native-keep-awake.podspec",
"ios/ReactNativeKCKeepAwake.h",
"ios/ReactNativeKCKeepAwake.mm",
"android/build.gradle",
"android/gradle.properties",
"android/src/**",
"README.md",
"CHANGELOG.md",
"LICENCE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/marcocrupi/react-native-keep-awake-plus.git"
},
"bugs": {
"url": "https://github.com/marcocrupi/react-native-keep-awake-plus/issues"
},
"homepage": "https://github.com/marcocrupi/react-native-keep-awake-plus",
"keywords": [
"react-native",
"ios",
"android",
"awake",
"screen",
"lock",
"sleep"
],
"author": "Marco Crupi",
"contributors": [
"Kyle Corbitt",
"Sayem Chowdhury"
],
"license": "MIT",
"codegenConfig": {
"name": "ReactNativeKCKeepAwakeSpec",
"type": "modules",
"jsSrcsDir": ".",
"android": {
"javaPackageName": "com.sayem.keepawake"
}
}
}