UNPKG

1.13 kBJSONView Raw
1{
2 "name": "@babel/preset-flow",
3 "version": "7.24.0",
4 "description": "Babel preset for all Flow plugins.",
5 "author": "The Babel Team (https://babel.dev/team)",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/babel/babel.git",
9 "directory": "packages/babel-preset-flow"
10 },
11 "license": "MIT",
12 "publishConfig": {
13 "access": "public"
14 },
15 "main": "./lib/index.js",
16 "keywords": [
17 "babel-preset",
18 "flowtype",
19 "flow",
20 "types"
21 ],
22 "dependencies": {
23 "@babel/helper-plugin-utils": "^7.24.0",
24 "@babel/helper-validator-option": "^7.23.5",
25 "@babel/plugin-transform-flow-strip-types": "^7.23.3"
26 },
27 "peerDependencies": {
28 "@babel/core": "^7.0.0-0"
29 },
30 "devDependencies": {
31 "@babel/core": "^7.24.0",
32 "@babel/helper-plugin-test-runner": "^7.22.5",
33 "babel-plugin-syntax-hermes-parser": "^0.19.1"
34 },
35 "homepage": "https://babel.dev/docs/en/next/babel-preset-flow",
36 "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22area%3A%20flow%22+is%3Aopen",
37 "engines": {
38 "node": ">=6.9.0"
39 },
40 "type": "commonjs"
41}
\No newline at end of file