15 lines
419 B
JSON

{
"name": "@babel/helper-plugin-test-runner",
"version": "7.7.4-csx.0",
"description": "Helper function to support test runner",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-transform-fixture-test-runner": "^7.7.4"
}
}