mirror of
https://github.com/status-im/metro.git
synced 2025-01-29 12:24:47 +00:00
ee497c61b6
Reviewed By: BYK Differential Revision: D7214924 fbshipit-source-id: 4f50ec27e2dceb18e9ef82e741675df295235d74
19 lines
484 B
JSON
19 lines
484 B
JSON
{
|
|
"version": "0.30.0",
|
|
"name": "metro-core",
|
|
"description": "🚇 Core files 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"
|
|
},
|
|
"dependencies": {
|
|
"lodash.throttle": "^4.1.1",
|
|
"wordwrap": "^1.0.0"
|
|
}
|
|
}
|