Nicolò Ribaudo d291edbdf1 v7.12.13
2021-02-03 01:59:31 +01:00

32 lines
871 B
JSON

{
"name": "@babel/plugin-transform-flow-comments",
"version": "7.12.13",
"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.13",
"@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/plugin-syntax-flow": "workspace:^7.12.13"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}