38 lines
973 B
JSON
38 lines
973 B
JSON
{
|
|
"name": "@babel/helper-plugin-test-runner",
|
|
"version": "7.16.5",
|
|
"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)"
|
|
}
|