If people copy paste to make an new package they might miss this and we will get a publish error later so figured we should add it to all.
26 lines
660 B
JSON
26 lines
660 B
JSON
{
|
|
"name": "@babel/plugin-codemod-optional-catch-binding",
|
|
"version": "7.0.0",
|
|
"description": "Remove unused catch bindings",
|
|
"repository": "https://github.com/babel/babel/tree/master/codemods/babel-plugin-codemod-remove-unused-catch-binding",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"@babel/codemod",
|
|
"@babel/plugin"
|
|
],
|
|
"dependencies": {
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/helper-plugin-test-runner": "^7.0.0"
|
|
}
|
|
}
|