{
  "name": "@mapbox/flow-remove-types",
  "version": "2.0.0",
  "description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
  "author": "Lee Byron <lee@leebyron.com> (http://leebyron.com/)",
  "license": "BSD-3-Clause",
  "main": "index.js",
  "bin": {
    "flow-remove-types": "flow-remove-types",
    "flow-node": "flow-node"
  },
  "files": [
    "index.js",
    "register.js",
    "flow-remove-types",
    "flow-node",
    "LICENSE",
    "PATENTS"
  ],
  "homepage": "https://github.com/mapbox/flow-remove-types",
  "bugs": {
    "url": "https://github.com/mapbox/flow-remove-types/issues"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/mapbox/flow-remove-types.git"
  },
  "scripts": {
    "test": "./test.sh",
    "test-update": "./test-update.sh"
  },
  "keywords": [
    "flow",
    "flowtype",
    "compiler",
    "transpiler",
    "transform",
    "es6"
  ],
  "dependencies": {
    "@babel/parser": "^7.12.15",
    "node-modules-regexp": "^1.0.0",
    "pirates": "^4.0.1",
    "vlq": "^1.0.1"
  }
}
