{
  "name": "react-native-launcher-kit",
  "version": "3.0.0",
  "description": "React Native Android launcher toolkit — build custom home screen launchers with TurboModule support. Get installed apps, launch apps with intents, monitor battery status, request default launcher, detect app installs/removals, and open system settings. Supports New Architecture and Legacy Bridge.",
  "main": "src/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!android/generated",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {},
  "keywords": [
    "react-native",
    "react-native-launcher",
    "android-launcher",
    "home-screen",
    "custom-launcher",
    "turbomodule",
    "new-architecture",
    "fabric",
    "installed-apps",
    "get-installed-apps",
    "launch-app",
    "app-launcher",
    "intent",
    "android-intent",
    "battery-status",
    "battery-monitor",
    "default-launcher",
    "request-default-launcher",
    "app-install-listener",
    "package-manager",
    "expo",
    "expo-dev-client",
    "react-native-android",
    "launcher-kit",
    "system-settings",
    "alarm-app",
    "role-manager",
    "kotlin",
    "react-native-module"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/louaySleman/react-native-launcher-kit.git"
  },
  "author": "louay <louayakram12@hotmail.com> (https://github.com/louaySleman)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/louaySleman/react-native-launcher-kit/issues"
  },
  "homepage": "https://github.com/louaySleman/react-native-launcher-kit#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "engines": {
    "node": ">= 20.19.4"
  },
  "codegenConfig": {
    "name": "RNLauncherKitSpec",
    "type": "modules",
    "jsSrcsDir": "src",
    "android": {
      "javaPackageName": "com.launcherkit"
    }
  }
}
