You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
710 B
28 lines
710 B
{
|
|
"name": "metro-config",
|
|
"version": "0.72.3",
|
|
"description": "🚇 Config parser for Metro.",
|
|
"main": "src/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/metro.git"
|
|
},
|
|
"scripts": {
|
|
"prepare-release": "test -d build && rm -rf src.real && mv src src.real && mv build src",
|
|
"cleanup-release": "test ! -e build && mv src build && mv src.real src"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cosmiconfig": "^5.0.5",
|
|
"jest-validate": "^26.5.2",
|
|
"metro": "0.72.3",
|
|
"metro-cache": "0.72.3",
|
|
"metro-core": "0.72.3",
|
|
"metro-runtime": "0.72.3"
|
|
},
|
|
"devDependencies": {
|
|
"pretty-format": "^26.5.2",
|
|
"strip-ansi": "^6.0.0"
|
|
}
|
|
}
|