{
  "name": "expo-intent-launcher",
  "version": "56.0.4",
  "description": "Provides a way to launch Android intents, e.g. opening a specific activity.",
  "main": "build/IntentLauncher.js",
  "types": "build/IntentLauncher.d.ts",
  "sideEffects": false,
  "keywords": [
    "react-native",
    "expo",
    "expo-intent-launcher",
    "intent",
    "launcher"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-intent-launcher"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.dev/versions/latest/sdk/intent-launcher/",
  "dependencies": {},
  "devDependencies": {
    "expo": "56.0.0",
    "expo-module-scripts": "56.0.2"
  },
  "peerDependencies": {
    "expo": "*"
  },
  "gitHead": "c4c9867a0bcbb188e55ecaec4998e38d33108a5d",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "expo-module": "expo-module"
  }
}