{
  "publishConfig": {
    "access": "public"
  },
  "name": "@dwwoelfel/graphile-utils",
  "version": "4.4.5-alpha.0",
  "description": "Utilities to help with building graphile-build plugins",
  "main": "node8plus/index.js",
  "types": "node8plus/index.d.ts",
  "scripts": {
    "test": "scripts/test",
    "prepack": "mkdir -p node8plus && tsc",
    "tslint": "prettier --list-different 'src/**/*' && tslint --config ../../tslint.json --project tsconfig.json",
    "watch": "mkdir -p node8plus && tsc --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphile/graphile-build.git"
  },
  "keywords": [
    "graphile",
    "graphql",
    "engine",
    "plugin",
    "build",
    "extension",
    "utils",
    "utilities"
  ],
  "author": "Benjie Gillam <code@benjiegillam.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/graphile/graphile-build/issues"
  },
  "homepage": "https://github.com/graphile/graphile-build/tree/master/packages/graphile-utils",
  "dependencies": {
    "debug": ">=2 <3",
    "graphql": ">=0.9 <0.14 || ^14.0.2"
  },
  "engines": {
    "node": ">=8.6"
  },
  "devDependencies": {
    "@dwwoelfel/graphile-build": "^4.4.5-alpha.0",
    "@dwwoelfel/graphile-build-pg": "^4.4.5-alpha.0",
    "eslint_d": "^5.3.1",
    "jest": "^23.5.0",
    "prettier": "^1.14.2",
    "ts-node": "^7.0.1",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.15.0",
    "typescript": "^3.0.1"
  },
  "jest": {
    "testRegex": "__tests__/.*\\.test\\.js$"
  },
  "files": [
    "node8plus"
  ],
  "gitHead": "13938f563b26a0a7ccacd8f02376bb8f0ce8d0e5"
}
