package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@babel/preset-flow",
  3. "version": "7.25.9",
  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.25.9",
  24. "@babel/helper-validator-option": "^7.25.9",
  25. "@babel/plugin-transform-flow-strip-types": "^7.25.9"
  26. },
  27. "peerDependencies": {
  28. "@babel/core": "^7.0.0-0"
  29. },
  30. "devDependencies": {
  31. "@babel/core": "^7.25.9",
  32. "@babel/helper-plugin-test-runner": "^7.25.9",
  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. }