2021-01-06 14:11:53 +01:00

32 lines
867 B
JSON

{
"name": "@babel/plugin-transform-flow-comments",
"version": "7.12.1",
"description": "Turn flow type annotations into comments",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-flow-comments"
},
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-flow-comments",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"@babel/generator": "workspace:^7.12.1",
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/plugin-syntax-flow": "workspace:^7.12.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}