{
  "name": "@dataplan/pg",
  "version": "1.0.3",
  "description": "PostgreSQL step classes for Grafast",
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "node": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./adaptors/pg": {
      "types": "./dist/adaptors/pg.d.ts",
      "node": "./dist/adaptors/pg.js",
      "default": "./dist/adaptors/pg.js"
    },
    "./pg-sql2": {
      "types": "./fwd/pg-sql2/index.d.ts",
      "node": "./fwd/pg-sql2/index.js",
      "default": "./fwd/pg-sql2/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphile/crystal.git"
  },
  "keywords": [
    "graphile",
    "graphql",
    "grafast",
    "postgresql",
    "postgres",
    "pg",
    "dataplan",
    "build",
    "extension",
    "graphite"
  ],
  "author": "Benjie Gillam <code@benjiegillam.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/graphile/crystal/issues"
  },
  "homepage": "https://grafast.org/grafast/step-library/dataplan-pg/",
  "dependencies": {
    "@dataplan/json": "^1.0.0",
    "@graphile/lru": "^5.0.0",
    "@types/node": "^22.19.1",
    "chalk": "^4.1.2",
    "debug": "^4.4.3",
    "eventemitter3": "^5.0.1",
    "grafast": "^1.0.2",
    "pg-sql2": "^5.0.1",
    "postgres-array": "~3.0.4",
    "postgres-range": "^1.1.4",
    "tslib": "^2.8.1"
  },
  "engines": {
    "node": ">=22"
  },
  "peerDependencies": {
    "@dataplan/json": "^1.0.0",
    "grafast": "^1.0.2",
    "graphile-config": "^1.0.0-rc.5",
    "graphql": "^16.9.0",
    "pg": "^8.7.1",
    "pg-sql2": "^5.0.1"
  },
  "peerDependenciesMeta": {
    "pg": {
      "optional": true
    }
  },
  "files": [
    "dist",
    "fwd"
  ],
  "publishConfig": {
    "access": "public"
  }
}