{
  "name": "graphile-query",
  "version": "5.1.2",
  "author": "Constructive <developers@constructive.io>",
  "description": "Execute GraphQL queries against PostGraphile v5 schemas",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "grafast": "1.0.2",
    "graphile-build": "5.0.2",
    "graphile-build-pg": "5.0.2",
    "graphile-config": "1.0.1",
    "graphile-settings": "^6.1.2",
    "graphql": "16.13.0",
    "pg": "^8.21.0",
    "postgraphile": "5.0.3"
  },
  "devDependencies": {
    "@types/pg": "^8.20.0",
    "makage": "^0.3.0",
    "pgsql-test": "^5.1.2"
  },
  "keywords": [
    "graphql",
    "query",
    "builder",
    "graphile",
    "postgraphile",
    "v5",
    "constructive",
    "pgpm"
  ],
  "gitHead": "08741ce3a6897192c2dbc7d1da48b9f456ffb59f"
}
