{ "name": "@expo/metro-config", "version": "55.0.9", "description": "A Metro config for running React Native projects with the Metro bundler", "main": "build/ExpoMetroConfig.js", "types": "build/ExpoMetroConfig.d.ts", "scripts": { "build": "expo-module tsc", "clean": "expo-module clean", "lint": "expo-module lint", "prepare": "expo-module clean && expo-module tsc", "prepublishOnly": "expo-module prepublishOnly", "test": "expo-module test", "typecheck": "expo-module typecheck", "watch": "expo-module tsc --watch --preserveWatchOutput" }, "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/@expo/metro-config" }, "keywords": [ "expo", "metro" ], "license": "MIT", "bugs": { "url": "https://github.com/expo/expo/issues" }, "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/metro-config#readme", "files": [ "build", "file-store", "babel-transformer" ], "dependencies": { "@babel/code-frame": "^7.20.0", "@babel/core": "^7.20.0", "@babel/generator": "^7.20.5", "@expo/config": "~55.0.8", "@expo/metro": "~54.2.0", "@expo/env": "~2.1.1", "@expo/json-file": "~10.0.12", "@expo/spawn-async": "^1.7.2", "browserslist": "^4.25.0", "chalk": "^4.1.0", "debug": "^4.3.2", "getenv": "^2.0.0", "glob": "^13.0.0", "hermes-parser": "^0.32.0", "jsc-safe-url": "^0.2.4", "lightningcss": "^1.30.1", "picomatch": "^4.0.3", "postcss": "~8.4.32", "resolve-from": "^5.0.0" }, "peerDependencies": { "expo": "*" }, "peerDependenciesMeta": { "expo": { "optional": true } }, "devDependencies": { "@jridgewell/trace-mapping": "^0.3.20", "@types/babel__core": "^7.20.5", "@types/picomatch": "^4.0.2", "dedent": "^1.5.3", "expo-module-scripts": "^55.0.2", "sass": "^1.60.0" }, "publishConfig": { "access": "public" }, "gitHead": "39a7a009e215eb71a112f4a20dba2d471ab21108" }