21 lines
548 B
JSON
21 lines
548 B
JSON
{
|
|
"name": "@babel/helper-builder-react-jsx-experimental",
|
|
"version": "7.10.4",
|
|
"description": "Helper function to build react jsx",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-helper-builder-react-jsx-experimental"
|
|
},
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.10.4",
|
|
"@babel/helper-module-imports": "^7.10.4",
|
|
"@babel/types": "^7.10.4"
|
|
}
|
|
}
|