{
  "name": "@constructive-io/graphql-test",
  "version": "5.1.3",
  "author": "Constructive <developers@constructive.io>",
  "description": "Constructive GraphQL Testing with all plugins loaded",
  "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"
  },
  "devDependencies": {
    "@types/pg": "^8.20.0",
    "graphql-tag": "2.12.6",
    "makage": "^0.3.0"
  },
  "dependencies": {
    "@constructive-io/graphql-codegen": "^5.2.3",
    "@constructive-io/graphql-env": "^3.19.2",
    "@constructive-io/graphql-query": "^4.1.3",
    "@constructive-io/graphql-types": "^3.18.2",
    "@pgpmjs/types": "^2.37.2",
    "grafast": "1.0.2",
    "graphile-build": "5.0.2",
    "graphile-build-pg": "5.0.2",
    "graphile-config": "1.0.1",
    "graphile-settings": "^6.1.3",
    "graphile-test": "^5.1.2",
    "graphql": "16.13.0",
    "mock-req": "^0.2.0",
    "pg": "^8.21.0",
    "pgsql-test": "^5.1.2",
    "postgraphile": "5.0.3",
    "typescript": "^5.0.0"
  },
  "keywords": [
    "testing",
    "graphql",
    "graphile",
    "constructive",
    "test"
  ],
  "gitHead": "0e3ee42c44c9b35ffac4bf1faa6775eb69311ec4"
}
