This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

54 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2021-04-02 02:24:13 +03:00
{
"name": "@expo/metro-config",
"version": "0.1.60",
"description": "A Metro config for running React Native projects with the Metro bundler",
"main": "build/ExpoMetroConfig.js",
"scripts": {
"watch": "tsc --watch",
"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",
"transformer.js"
],
"dependencies": {
"@expo/config": "3.3.34",
"chalk": "^4.1.0",
"getenv": "^1.0.0",
"metro-react-native-babel-transformer": "^0.59.0"
},
"devDependencies": {
"@expo/babel-preset-cli": "0.2.19",
"expo": "37",
"metro": "^0.59.0",
"metro-config": "^0.59.0",
"react-native": "0.61.4",
"rimraf": "^3.0.2"
},
"publishConfig": {
"access": "public"
}
}