{
  "name": "flow-estree",
  "version": "0.319.0",
  "description": "Flow types for the Flow-ESTree spec produced by the Flow Rust parser, forked from hermes-estree.",
  "homepage": "https://flow.org",
  "license": "MIT",
  "author": {
    "name": "Flow Team",
    "email": "flow@fb.com"
  },
  "main": "dist/index.js",
  "files": [
    "dist",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/facebook/flow.git"
  },
  "dependencies": {},
  "devDependencies": {}
}
