{
  "name": "@sayem314/react-native-keep-awake",
  "version": "1.3.1",
  "description": "Keep the screen from going to sleep. iOS, Android and Web.",
  "main": "index",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sayem314/react-native-keep-awake.git"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/sayem314"
  },
  "bugs": {
    "url": "https://github.com/sayem314/react-native-keep-awake/issues"
  },
  "homepage": "https://github.com/sayem314/react-native-keep-awake",
  "keywords": [
    "react-native",
    "ios",
    "android",
    "awake",
    "screen",
    "lock",
    "sleep"
  ],
  "author": "Sayem Chowdhury",
  "license": "MIT",
  "codegenConfig": {
    "name": "ReactNativeKCKeepAwakeSpec",
    "type": "modules",
    "jsSrcsDir": ".",
    "android": {
      "javaPackageName": "com.sayem.keepawake"
    }
  }
}
