{
  "name": "graphile-postgis",
  "version": "2.18.5",
  "description": "PostGIS support for PostGraphile v5",
  "author": "Constructive <developers@constructive.io>",
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "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"
  },
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "keywords": [
    "graphile",
    "postgraphile",
    "postgis",
    "postgres",
    "graphql",
    "constructive",
    "pgpm",
    "geojson",
    "geometry",
    "geography"
  ],
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "peerDependencies": {
    "@dataplan/pg": "1.0.3",
    "grafast": "1.0.2",
    "graphile-build": "5.0.2",
    "graphile-build-pg": "5.0.2",
    "graphile-config": "1.0.1",
    "graphile-connection-filter": "^1.12.5",
    "graphql": "16.13.0",
    "pg-sql2": "5.0.1",
    "postgraphile": "5.0.3"
  },
  "peerDependenciesMeta": {
    "graphile-connection-filter": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/geojson": "^7946.0.14",
    "@types/node": "^22.19.11",
    "graphile-test": "^4.17.5",
    "makage": "^0.3.0",
    "pgsql-test": "^4.16.5"
  },
  "gitHead": "00ebac5e8314330aa47564ed71758a4bcc8f8f8e"
}
