{
"name": "@babel/helper-plugin-test-runner",
"version": "7.18.6",
"description": "Helper function to support test runner",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-plugin-test-runner"
},
"homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-test-runner",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "./lib/index.js",
"exports": {
".": [
{
"import": "./esm.mjs",
"default": "./lib/index.js"
},
"./lib/index.js"
],
"./lib": "./lib/index.js",
"./lib/index": "./lib/index.js",
"./lib/index.js": "./lib/index.js",
"./package": "./package.json",
"./package.json": "./package.json"
},
"dependencies": {
"@babel/helper-transform-fixture-test-runner": "workspace:^"
},
"engines": {
"node": ">=6.9.0"
},
"author": "The Babel Team (https://babel.dev/team)",
"conditions": {
"BABEL_8_BREAKING": [
{
"exports": {
".": {
"import": "./esm.mjs",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
}
},
{
"exports": null
}
]
},
"type": "commonjs"
}
|