{
  "name": "@expo/metro-runtime",
  "version": "55.0.9",
  "description": "Tools for making advanced Metro bundler features work",
  "sideEffects": true,
  "main": "src/index.ts",
  "types": "build",
  "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/metro-runtime",
  "keywords": [],
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "files": [
    "build",
    "src",
    "rsc",
    "async-require.js",
    "async-require.d.ts",
    "assets",
    "!**/__tests__"
  ],
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-dom": "*",
    "react-native": "*"
  },
  "peerDependenciesMeta": {
    "react-dom": {
      "optional": true
    }
  },
  "dependencies": {
    "@expo/log-box": "55.0.10",
    "anser": "^1.4.9",
    "stacktrace-parser": "^0.1.10",
    "pretty-format": "^29.7.0",
    "whatwg-fetch": "^3.0.0"
  },
  "devDependencies": {
    "expo-module-scripts": "^55.0.2",
    "react-dom": "19.2.0"
  },
  "gitHead": "20029879d2f953a428d70197fc7e25e4d791848a"
}
