* fix incorrect lerna bootstrap options * chore: bump @babel/types dependencies to v7.6.3 * chore: remove ignore-engines on lerna bootstrap
20 lines
529 B
JSON
20 lines
529 B
JSON
{
|
|
"name": "@babel/helper-module-imports",
|
|
"version": "7.0.0",
|
|
"description": "Babel helper functions for inserting module loads",
|
|
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-imports",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/types": "^7.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
}
|