{
  "name": "pg-sql2",
  "version": "5.0.1",
  "description": "Generate safe Postgres-compliant SQL with tagged template literals",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphile/crystal.git"
  },
  "keywords": [
    "sql",
    "injection",
    "pg",
    "postgres",
    "postgresql",
    "tagged",
    "template",
    "literal",
    "es6",
    "graphile",
    "graphite"
  ],
  "author": "Benjie Gillam <benjie@jemjie.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/graphile/crystal/issues"
  },
  "homepage": "https://github.com/graphile/crystal/tree/main/utils/pg-sql2",
  "dependencies": {
    "@graphile/lru": "^5.0.0",
    "tslib": "^2.8.1"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=22"
  }
}