{
  "name": "gentype",
  "version": "4.5.0",
  "author": "Cristiano Calcagno",
  "bugs": {
    "url": "https://github.com/cristianoc/gentype/issues"
  },
  "homepage": "https://github.com/cristianoc/gentype#readme",
  "license": "MIT",
  "description": "Use Reason values from Javascript: vanilla, or TypeScript/FlowType-annotated",
  "scripts": {
    "postinstall": "node ./postinstall.js"
  },
  "bin": {
    "gentype": "gentype.exe"
  },
  "files": [
    "gentype.exe",
    "postinstall.js",
    "vendor-linux/",
    "vendor-darwin/",
    "vendor-win32/"
  ]
}