{
  "name": "scala-relay-compiler",
  "description": "A compiler tool for building GraphQL-driven Scala.js applications.",
  "version": "0.12.4",
  "license": "Apache-2.0",
  "dependencies": {
    "@babel/generator": "^7.0.0-beta",
    "@babel/types": "^7.0.0-beta",
    "babel-polyfill": "^6.20.0",
    "relay-compiler": "1.6.2",
    "babel-generator": "^6.24.1",
    "babel-preset-fbjs": "^2.1.4",
    "babel-runtime": "^6.23.0",
    "babel-traverse": "^6.26.0",
    "babel-types": "^6.24.1",
    "babylon": "^7.0.0-beta",
    "chalk": "^1.1.1",
    "fast-glob": "^2.0.0",
    "fb-watchman": "^2.0.0",
    "fbjs": "^0.8.14",
    "graphql": "^0.13.0",
    "immutable": "~3.7.6",
    "relay-runtime": "1.6.2",
    "signedsource": "^1.0.0",
    "yargs": "^9.0.0"
  },
  "bin": {
    "scala-relay-compiler": "./bin/scala-relay-compiler.js"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-env": "^1.6.1",
    "babel-preset-flow": "^6.23.0",
    "flow-bin": "^0.79.1",
    "flow-remove-types": "^1.2.3"
  },
  "scripts": {
    "build": "babel src/ -d lib/",
    "prepublish": "yarn run build"
  },
  "url": "https://github.com/dispalt/relay-modern-helper/",
  "email": "dan@goodcover.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/dispalt/relay-modern-helper.git"
  }
}
