mirror of
https://github.com/status-im/metro.git
synced 2025-01-17 14:41:09 +00:00
4cf7b69527
Reviewed By: davidaurelio Differential Revision: D6783736 fbshipit-source-id: 8fee6cbc340a0a0c9b81a825688817d28d1be8f1
18 lines
458 B
JSON
18 lines
458 B
JSON
{
|
|
"version": "0.24.6",
|
|
"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"
|
|
}
|
|
}
|