@babel/plugin-transform-flow-comments
Version:
Turn flow type annotations into comments
43 lines • 1.1 kB
JSON
{
"name": "@babel/plugin-transform-flow-comments",
"version": "8.0.0",
"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": "^8.0.0",
"@babel/helper-plugin-utils": "^8.0.0",
"@babel/plugin-syntax-flow": "^8.0.0"
},
"peerDependencies": {
"@babel/core": "^8.0.0"
},
"devDependencies": {
"@babel/core": "^8.0.0",
"@babel/helper-plugin-test-runner": "^8.0.0"
},
"engines": {
"node": "^22.18.0 || >=24.11.0"
},
"author": "The Babel Team (https://babel.dev/team)",
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"type": "module"
}