{
  "name": "extract-react-types",
  "version": "0.30.3",
  "main": "dist/extract-react-types.cjs.js",
  "repository": "atlassian/extract-react-types",
  "description": "Parse prop-types from react components using typescript or flow",
  "author": "James Kyle <me@thejameskyle.com>",
  "license": "Apache-2.0",
  "files": [
    "dist",
    "src"
  ],
  "keywords": [
    "react",
    "flow",
    "typescript",
    "prop-types",
    "documentation"
  ],
  "dependencies": {
    "@aparna036/babel-explode-module": "^2.0.1",
    "@babel/core": "^7.4.4",
    "@babel/runtime": "^7.4.4",
    "@babel/types": "^7.0.0-beta.56",
    "ast-pretty-print": "^2.0.1",
    "babel-errors": "^1.1.1",
    "babel-file": "^3.0.0",
    "babel-flow-identifiers": "^1.1.3",
    "babel-helper-simplify-module": "^2.2.1",
    "babel-identifiers": "^1.1.2",
    "babel-normalize-comments": "^1.0.1",
    "babel-react-components": "^1.1.0",
    "babel-type-scopes": "^1.1.0",
    "babylon-options": "^2.0.1",
    "babylon": "^7.0.0-beta.22",
    "read-file-async": "^1.0.0",
    "resolve-async": "^1.0.1",
    "resolve": "^1.10.1",
    "strip-indent": "^2.0.0"
  },
  "devDependencies": {
    "babel-jest": "^26.0.0",
    "flow-bin": "^0.98.0",
    "jest": "^26.0.0",
    "prettier": "^1.13.7"
  }
}
