react-native-flip
Version:
51 lines (50 loc) • 1.21 kB
JSON
{
"name": "@expo/metro-config",
"version": "0.1.84",
"description": "A Metro config for running React Native projects with the Metro bundler",
"main": "build/ExpoMetroConfig.js",
"scripts": {
"watch": "tsc --watch --preserveWatchOutput",
"build": "tsc",
"prepare": "yarn run clean && yarn build",
"clean": "rimraf build ./tsconfig.tsbuildinfo",
"lint": "eslint .",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/expo/expo-cli.git",
"directory": "packages/metro-config"
},
"keywords": [
"json",
"react-native",
"expo",
"react",
"metro",
"metro-config"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo-cli/issues"
},
"homepage": "https://github.com/expo/expo-cli/tree/master/packages/metro-config#readme",
"files": [
"build"
],
"dependencies": {
"@expo/config": "5.0.9",
"chalk": "^4.1.0",
"getenv": "^1.0.0",
"metro-react-native-babel-transformer": "^0.59.0"
},
"devDependencies": {
"expo": "37",
"metro": "^0.59.0",
"metro-config": "^0.59.0",
"react-native": "~0.63.4"
},
"publishConfig": {
"access": "public"
}
}