Nicolò Ribaudo 45308f3cba v7.16.0
2021-10-30 01:26:04 +02:00

24 lines
646 B
JSON

{
"name": "@babel/helper-plugin-test-runner",
"version": "7.16.0",
"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",
"dependencies": {
"@babel/helper-transform-fixture-test-runner": "workspace:^"
},
"engines": {
"node": ">=6.9.0"
},
"author": "The Babel Team (https://babel.dev/team)"
}