{
  "name": "postgraphql-build",
  "version": "0.0.1-alpha11.1",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "scripts/test",
    "prepublish": "mkdir -p node8plus node7minus && babel -s true --out-dir node8plus src && BABEL_ENV=node7minus babel -s true --out-dir node7minus src && flow-copy-source src node8plus",
    "watch": "mkdir -p node8plus && babel -s true --watch --out-dir node8plus src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/benjie/graphql-build.git"
  },
  "author": "Benjie Gillam <benjie@jemjie.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/benjie/graphql-build/issues"
  },
  "dependencies": {
    "babel-runtime": ">=6 <7",
    "graphql-build": "^0.0.1-alpha11.1",
    "graphql-build-pg": "^0.0.1-alpha11.1"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "flow-copy-source": "^1.2.0",
    "jest": "20.0.4",
    "jsonwebtoken": "^7.4.1"
  },
  "jest": {
    "testRegex": "__tests__/.*\\.test\\.js$"
  },
  "files": [
    "node8plus",
    "node7minus",
    "index.js"
  ]
}
