2018-04-23 10:52:15 +00:00
|
|
|
{
|
2018-05-21 14:52:30 +00:00
|
|
|
"version": "0.37.1",
|
2018-04-23 10:52:15 +00:00
|
|
|
"name": "metro-babel-register",
|
|
|
|
"description": "🚇 babel/register configuration for Metro.",
|
2018-04-27 13:59:08 +00:00
|
|
|
"main": "src/babel-register.js",
|
2018-04-23 10:52:15 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:facebook/metro.git"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@babel/plugin-proposal-class-properties": "7.0.0-beta.40",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.40",
|
2018-04-26 13:50:41 +00:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.0.0-beta.40",
|
2018-04-23 10:52:15 +00:00
|
|
|
"@babel/plugin-transform-async-to-generator": "7.0.0-beta.40",
|
|
|
|
"@babel/plugin-transform-flow-strip-types": "7.0.0-beta.40",
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "7.0.0-beta.40",
|
|
|
|
"@babel/register": "7.0.0-beta.40",
|
2018-04-23 20:37:19 +00:00
|
|
|
"core-js": "^2.2.2",
|
|
|
|
"escape-string-regexp": "^1.0.5"
|
2018-04-27 13:59:08 +00:00
|
|
|
},
|
|
|
|
"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"
|
2018-04-23 10:52:15 +00:00
|
|
|
}
|
|
|
|
}
|