Files
babel/packages/babel-plugin-external-helpers/package.json
Babel Bot 7a2a928398 v7.14.5
2021-06-09 23:03:30 +00:00

34 lines
896 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "@babel/plugin-external-helpers",
"version": "7.14.5",
"description": "This plugin contains helper functions thatll be placed at the top of the generated code",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-external-helpers"
},
"homepage": "https://babel.dev/docs/en/next/babel-plugin-external-helpers",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "./lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.14.5"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
},
"engines": {
"node": ">=6.9.0"
},
"author": "The Babel Team (https://babel.dev/team)"
}