mirror of
https://github.com/status-im/metro.git
synced 2025-01-14 04:54:27 +00:00
1b15c47c93
Reviewed By: rafeca Differential Revision: D8038396 fbshipit-source-id: 33fe5499825653f205bdb588ff4c7fa232602f24
18 lines
465 B
JSON
18 lines
465 B
JSON
{
|
|
"version": "0.37.1",
|
|
"name": "metro-babylon7",
|
|
"description": "🚇 Metro babylon v7 wrapper",
|
|
"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": {
|
|
"babylon": "7.0.0-beta.40"
|
|
}
|
|
}
|