{
  "name": "@expo/metro-file-map",
  "version": "56.0.3",
  "description": "A metro-file-map fork for Expo used with the Metro bundler",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/@expo/metro-file-map"
  },
  "keywords": [
    "expo",
    "metro"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/metro-file-map#readme",
  "files": [
    "build"
  ],
  "dependencies": {
    "debug": "^4.3.4",
    "fb-watchman": "^2.0.2",
    "invariant": "^2.2.4",
    "jest-worker": "^29.7.0",
    "micromatch": "^4.0.4",
    "walker": "^1.0.8"
  },
  "devDependencies": {
    "@expo/metro": "~56.0.0",
    "@types/debug": "^4.1.7",
    "@types/fb-watchman": "^2.0.6",
    "@types/invariant": "^2.2.37",
    "@types/micromatch": "^4.0.10",
    "@types/node": "^22.14.0",
    "memfs": "^3.6.0",
    "expo-module-scripts": "56.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "f26be3dd9396bf7c399a1d607865d0fabdbc0d64",
  "scripts": {
    "build": "expo-module tsc",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "typecheck": "expo-module typecheck",
    "watch": "expo-module tsc --watch --preserveWatchOutput"
  }
}