mirror of
https://github.com/status-im/metro.git
synced 2025-01-29 12:24:47 +00:00
94028f16c1
Reviewed By: davidaurelio Differential Revision: D7180925 fbshipit-source-id: 4b92397a768e0d9cda102d4b237bc39d2b38b443
20 lines
517 B
JSON
20 lines
517 B
JSON
{
|
|
"version": "0.31.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": {
|
|
"jest-haste-map": "^22.4.2",
|
|
"lodash.throttle": "^4.1.1",
|
|
"wordwrap": "^1.0.0"
|
|
}
|
|
}
|