15 lines
457 B
JSON
15 lines
457 B
JSON
{
|
||
"name": "babel-plugin-external-helpers",
|
||
"version": "7.0.0-alpha.9",
|
||
"description": "This plugin contains helper functions that’ll be placed at the top of the generated code",
|
||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-external-helpers",
|
||
"license": "MIT",
|
||
"main": "lib/index.js",
|
||
"keywords": [
|
||
"babel-plugin"
|
||
],
|
||
"devDependencies": {
|
||
"babel-helper-plugin-test-runner": "7.0.0-alpha.9"
|
||
}
|
||
}
|