UNPKG

@expo/metro-config

Version:

A Metro config for running React Native projects with the Metro bundler

67 lines (66 loc) 1.82 kB
{ "name": "@expo/metro-config", "version": "0.19.12", "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/core": "^7.20.0", "@babel/generator": "^7.20.5", "@babel/parser": "^7.20.0", "@babel/types": "^7.20.0", "@expo/config": "~10.0.11", "@expo/env": "~0.4.2", "@expo/json-file": "~9.0.2", "@expo/spawn-async": "^1.7.2", "chalk": "^4.1.0", "debug": "^4.3.2", "fs-extra": "^9.1.0", "getenv": "^1.0.0", "glob": "^10.4.2", "jsc-safe-url": "^0.2.4", "lightningcss": "~1.27.0", "minimatch": "^3.0.4", "postcss": "~8.4.32", "resolve-from": "^5.0.0" }, "devDependencies": { "@jridgewell/trace-mapping": "^0.3.20", "dedent": "^1.5.3", "expo-module-scripts": "^4.0.4", "sass": "^1.60.0" }, "publishConfig": { "access": "public" }, "gitHead": "1992dd3ba012ec59a646e383b9895ea6b577948b" }