{
  "name": "graphile-build",
  "version": "4.14.1",
  "description": "Build a GraphQL schema from plugins",
  "main": "node8plus/index.js",
  "types": "node8plus/index.d.ts",
  "scripts": {
    "test": "jest",
    "prepack": "mkdir -p node8plus && babel --root-mode upward --copy-files -s true --out-dir node8plus src && flow-copy-source src node8plus",
    "watch": "mkdir -p node8plus && babel --root-mode upward --copy-files -s true --watch --out-dir node8plus src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphile/graphile-engine.git"
  },
  "keywords": [
    "graphile",
    "graphql",
    "engine",
    "apollo",
    "graphqljs",
    "plugin",
    "build",
    "extension"
  ],
  "author": "Benjie Gillam <code@benjiegillam.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/graphile/graphile-engine/issues"
  },
  "homepage": "https://graphile.org/graphile-build/",
  "dependencies": {
    "@graphile/lru": "4.11.0",
    "chalk": "^2.4.2",
    "debug": "^4.1.1",
    "graphql-parse-resolve-info": "4.14.1",
    "iterall": "^1.2.2",
    "lodash": ">=4 <5",
    "lru-cache": "^5.0.0",
    "pluralize": "^7.0.0",
    "semver": "^7.5.2"
  },
  "engines": {
    "node": ">=8.6"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "eslint_d": "^9.1.2",
    "flow-copy-source": "^2.0.9",
    "jest": "25.x",
    "jest-serializer-graphql-schema": "4.10.0"
  },
  "peerDependencies": {
    "graphql": ">=0.9 <0.14 || ^14.0.2 || ^15.4.0"
  },
  "files": [
    "node8plus",
    "index.js"
  ],
  "gitHead": "63f53e9be536c3b88e3b7868274b4cfeac246399"
}
