mirror of https://github.com/status-im/metro.git
20 lines
512 B
JSON
20 lines
512 B
JSON
{
|
|
"name": "metro-minify-uglify",
|
|
"version": "0.34.0",
|
|
"description": "🚇 Default minifier 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": {
|
|
"uglify-es": "^3.1.9"
|
|
},
|
|
"devDependencies": {}
|
|
}
|