{
  "name": "@bacons/expo-metro-runtime",
  "version": "2.0.1",
  "description": "Tools for making experimental Metro bundler features work",
  "main": "build",
  "files": [
    "build",
    "asyncRequire.js",
    "error-overlay.js",
    "error-overlay.d.ts",
    "assets"
  ],
  "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/evanbacon/expo-metro-runtime.git"
  },
  "peerDependencies": {
    "react-native": "*"
  },
  "keywords": [
    "expo",
    "metro",
    "fast-refresh",
    "react-native"
  ],
  "author": "Evan Bacon",
  "license": "BSD-3-Clause",
  "dependencies": {
    "@bacons/react-views": "^1.1.3",
    "qs": "^6.10.3"
  },
  "devDependencies": {
    "@types/node": "^18.0.3",
    "@types/react-native": "^0.69.3",
    "expo": "^45.0.6",
    "expo-module-scripts": "^2.0.0",
    "prettier": "^2.7.1",
    "react": "^17",
    "react-dom": "^17",
    "react-native": "0.68.2",
    "react-native-web": "~0.17.0"
  }
}
