{
  "name": "graphql-build",
  "version": "0.1.0-alpha.13",
  "description": "Build a GraphQL schema from plugins",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "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"
  },
  "keywords": [
    "graphql",
    "apollo",
    "graphqljs",
    "plugin",
    "build",
    "extension"
  ],
  "author": "Benjie Gillam <benjie@jemjie.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/benjie/graphql-build/issues"
  },
  "homepage": "https://github.com/benjie/graphql-build#readme",
  "dependencies": {
    "babel-runtime": ">=6 <7",
    "debug": ">=2 <3",
    "graphql-parse-resolve-info": "^0.1.0-alpha.13",
    "graphql-type-json": "^0.1.4"
  },
  "engines": {
    "node": ">=4"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "flow-copy-source": "^1.2.0",
    "jest": "^20.0.4"
  },
  "peerDependencies": {
    "graphql": ">=0.9 <1"
  },
  "jest": {
    "testRegex": "__tests__/.*\\.test\\.js$"
  },
  "files": [
    "node8plus",
    "node7minus",
    "index.js"
  ]
}
