{
  "name": "graphql-server-test",
  "version": "3.3.3",
  "author": "Constructive <developers@constructive.io>",
  "description": "Constructive GraphQL Server Testing with SuperTest HTTP requests",
  "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": {
    "@0no-co/graphql.web": "^1.2.0",
    "@agentic-kit/ollama": "2.4.2",
    "@constructive-io/graphql-codegen": "^5.2.3",
    "@constructive-io/graphql-query": "^4.1.3",
    "@types/express": "^5.0.6",
    "@types/pg": "^8.20.0",
    "@types/supertest": "^7.2.0",
    "appstash": "^0.7.0",
    "gql-ast": "^3.14.2",
    "inquirerer": "^4.9.1",
    "makage": "^0.3.0",
    "nested-obj": "^0.2.2"
  },
  "dependencies": {
    "@constructive-io/graphql-dev-server": "^3.3.3",
    "@constructive-io/graphql-env": "^3.19.2",
    "@constructive-io/graphql-server": "^5.3.3",
    "@constructive-io/graphql-types": "^3.18.2",
    "@constructive-io/upload-client": "0.17.2",
    "@pgpmjs/types": "^2.37.2",
    "express": "^5.2.1",
    "graphile-schema": "^2.1.3",
    "graphql": "16.13.0",
    "pg": "^8.21.0",
    "pg-cache": "^3.16.2",
    "pgsql-test": "^5.1.2",
    "supertest": "^7.0.0"
  },
  "keywords": [
    "testing",
    "graphql",
    "graphile",
    "constructive",
    "supertest",
    "http",
    "integration",
    "e2e",
    "server"
  ],
  "gitHead": "0e3ee42c44c9b35ffac4bf1faa6775eb69311ec4"
}
